]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rewrite the fluid grid mixin to be simpler, per #2370
authorMark Otto <markotto@twitter.com>
Mon, 12 Mar 2012 05:45:10 +0000 (22:45 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 12 Mar 2012 05:45:10 +0000 (22:45 -0700)
docs/assets/bootstrap.zip
less/mixins.less

index 5a1c8313250bf6454bd1811b0fd5fea884de8613..7401928d941c304c14b2efb4cc294f612f381dfa 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 4114bccfe86edfea487c6a8316e965726362146b..323e534d1938641fe3d576db3d0dff1ae78d094d 100644 (file)
     .spanX (0) {}
 
     .span (@columns) {
-      width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
+      //width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
+      width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
     }
 
     .row-fluid {