]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
outdent the rows for tablets and above
authorMark Otto <otto@github.com>
Wed, 1 May 2013 02:35:52 +0000 (19:35 -0700)
committerMark Otto <otto@github.com>
Wed, 1 May 2013 02:35:52 +0000 (19:35 -0700)
docs/assets/css/bootstrap.css
less/grid.less

index 7b3575426c203cc1608857a803eedf37236eda35..1f338a871ea09557fa4074aabd53d2def961bb7a 100644 (file)
@@ -992,6 +992,10 @@ pre code {
   .container {
     max-width: 728px;
   }
+  .row {
+    margin-right: -15px;
+    margin-left: -15px;
+  }
 }
 
 @media screen and (min-width: 992px) {
index 70c3049680d6d84322bcc9a69cc25f27283f00b4..a39d38b2e24d8de0d4d7b8fb21a35efdf6db8fe2 100644 (file)
   .container {
     max-width: 728px;
   }
+  .row {
+    margin-left:  (@grid-gutter-width / -2);
+    margin-right: (@grid-gutter-width / -2);
+  }
 }
 
 // Responsive: Desktops and up