]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove commented out width
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 12 Mar 2012 20:45:36 +0000 (13:45 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 12 Mar 2012 20:45:36 +0000 (13:45 -0700)
docs/assets/bootstrap.zip
less/mixins.less

index 24e5a31248029b7cd65c55006b2e29788c1a9b49..54e8905d9be244a5408c03e3f13aad5016afb333 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 323e534d1938641fe3d576db3d0dff1ae78d094d..0074e89241024bf684c945bd5dee93295c207877 100644 (file)
     .spanX (0) {}
 
     .span (@columns) {
-      //width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
       width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
     }