]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
More row change ups:
authorMark Otto <otto@github.com>
Fri, 17 May 2013 04:03:29 +0000 (21:03 -0700)
committerMark Otto <otto@github.com>
Fri, 17 May 2013 04:03:56 +0000 (21:03 -0700)
* No more negative side margins
* However, keep the negative margin for nested rows

docs/assets/css/bootstrap.css
docs/examples/grid.html
less/grid.less

index 04b72bd43115adca3b7fbb9d376380078eeac055..d9efc0f82adba086450a9c7c53a4a233338fe7c3 100644 (file)
@@ -976,10 +976,6 @@ pre code {
   .container {
     max-width: 728px;
   }
-  .row {
-    margin-right: -15px;
-    margin-left: -15px;
-  }
 }
 
 @media screen and (min-width: 992px) {
index 580f69cbf4e3e42b28b6975e0a7b842f8c813773..eea2ac0cf24680099b8c182755976955216d6ead 100644 (file)
@@ -13,8 +13,6 @@ title: Grid template
 
   .row {
     margin-bottom: 20px;
-    margin-left: -15px;
-    margin-right: -15px;
   }
   [class*="col-lg-"] {
     padding-top: 15px;
index 6de993c2a2d3241a26172690f310c011b7aca12f..82d2a355b848357cd5c9b97f2a77750491e2ac7f 100644 (file)
   .container {
     max-width: 728px;
   }
-  .row {
-    margin-left:  (@grid-gutter-width / -2);
-    margin-right: (@grid-gutter-width / -2);
-  }
 }
 
 // Responsive: Desktops and up