]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix reponsive 1200+ media query to resolve mismatched gutters and negative margins...
authorMark Otto <markdotto@gmail.com>
Sat, 7 Jan 2012 08:29:36 +0000 (00:29 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 7 Jan 2012 08:29:36 +0000 (00:29 -0800)
bootstrap.css
lib/responsive.less

index f10d872accaf8acf25335a534f38334e51301add..eb338c03854fd4e227e44e0a5c9b00d2a870c5db 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Jan  7 00:24:46 PST 2012
+ * Date: Sat Jan  7 00:29:11 PST 2012
  */
 html, body {
   margin: 0;
@@ -3160,6 +3160,9 @@ a.thumbnail:hover {
   .container {
     width: @siteWidth;
   }
+  .row {
+    margin-left: @gridGutterWidth * -1;
+  }
   [class*="span"] {
     margin-left: @gridGutterWidth;
   }
@@ -3193,4 +3196,4 @@ a.thumbnail:hover {
   .offset12  { .offset(12); }
 
 }
-*/
+*/
\ No newline at end of file
index fe2b7cd49ad07bb7bdd8c5262c794d1454a371fa..4cef89180f6218f20d0fba9ac5d4b5b1da0e0dec 100644 (file)
   .container {
     width: @siteWidth;
   }
+  .row {
+    margin-left: @gridGutterWidth * -1;
+  }
   [class*="span"] {
     margin-left: @gridGutterWidth;
   }
   .offset12  { .offset(12); }
 
 }
-*/
+*/
\ No newline at end of file