]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4828: make fluid grid inputs size the same as fixed grid inputs
authorMark Otto <markotto@twitter.com>
Wed, 29 Aug 2012 20:06:47 +0000 (13:06 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 29 Aug 2012 20:06:47 +0000 (13:06 -0700)
docs/assets/css/bootstrap-responsive.css
less/responsive-767px-max.less

index f8077aa1fb07a5dc2b3ec2fb44c541d24eb0a34a..9259d26dca9111efc3ec6011c2e926e86afa95fc 100644 (file)
   .row-fluid [class*="span"] {
     display: block;
     float: none;
-    width: auto;
+    width: 100%;
     margin-left: 0;
+    -webkit-box-sizing: border-box;
+       -moz-box-sizing: border-box;
+            box-sizing: border-box;
   }
   .span12,
   .row-fluid .span12 {
index eebecb8e4a220c47aa4b0effbfa61510aa3613b3..79c7eaa82b8627cabf67c608638ceccf80dfdd35 100644 (file)
@@ -61,8 +61,9 @@
   .row-fluid [class*="span"] {
     float: none;
     display: block;
-    width: auto;
+    width: 100%;
     margin-left: 0;
+    .box-sizing(border-box);
   }
   .span12,
   .row-fluid .span12 {