mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-20 17:54:23 +01:00
More row change ups:
* No more negative side margins * However, keep the negative margin for nested rows
This commit is contained in:
parent
e94e5e8b40
commit
5fbb9e9f5d
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -976,10 +976,6 @@ pre code {
|
||||
.container {
|
||||
max-width: 728px;
|
||||
}
|
||||
.row {
|
||||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 992px) {
|
||||
|
@ -13,8 +13,6 @@ title: Grid template
|
||||
|
||||
.row {
|
||||
margin-bottom: 20px;
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
[class*="col-lg-"] {
|
||||
padding-top: 15px;
|
||||
|
@ -41,10 +41,6 @@
|
||||
.container {
|
||||
max-width: 728px;
|
||||
}
|
||||
.row {
|
||||
margin-left: (@grid-gutter-width / -2);
|
||||
margin-right: (@grid-gutter-width / -2);
|
||||
}
|
||||
}
|
||||
|
||||
// Responsive: Desktops and up
|
||||
|
Loading…
x
Reference in New Issue
Block a user