]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
run make after merging #5028, which removes the left margin of responsive fluid grid...
authorMark Otto <markotto@twitter.com>
Fri, 7 Sep 2012 18:42:21 +0000 (11:42 -0700)
committerMark Otto <markotto@twitter.com>
Fri, 7 Sep 2012 18:42:21 +0000 (11:42 -0700)
docs/assets/css/bootstrap-responsive.css

index 17aa03a54a38ebedf44b654a188438d905c41be7..2d2d200c094d721321164f415e2c2ddf3d36b7b3 100644 (file)
        -moz-box-sizing: border-box;
             box-sizing: border-box;
   }
+  .row-fluid [class*="offset"]:first-child {
+    margin-left: 0;
+  }
   .input-large,
   .input-xlarge,
   .input-xxlarge,