mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
remove left margin reset from old grid system
This commit is contained in:
parent
eb555b7a9d
commit
56935c64c0
3
docs/assets/css/bootstrap.css
vendored
3
docs/assets/css/bootstrap.css
vendored
@ -5707,9 +5707,6 @@ a.badge:hover {
|
||||
.container {
|
||||
width: auto;
|
||||
}
|
||||
.row {
|
||||
margin-left: 0;
|
||||
}
|
||||
[class*="span"],
|
||||
.uneditable-input[class*="span"] {
|
||||
display: block;
|
||||
|
@ -43,10 +43,6 @@
|
||||
.container {
|
||||
width: auto;
|
||||
}
|
||||
// Undo negative margin on rows
|
||||
.row {
|
||||
margin-left: 0;
|
||||
}
|
||||
// Make all grid-sized elements block level again
|
||||
[class*="span"],
|
||||
// Makes uneditable inputs full-width when using grid sizing
|
||||
|
Loading…
Reference in New Issue
Block a user