From: Jacob Thornton Date: Mon, 12 Mar 2012 20:45:36 +0000 (-0700) Subject: remove commented out width X-Git-Tag: v2.0.2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d4867e799de3a38f2ef81f16b81915390e5468c;p=thirdparty%2Fbootstrap.git remove commented out width --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 24e5a31248..54e8905d9b 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/less/mixins.less b/less/mixins.less index 323e534d19..0074e89241 100644 --- a/less/mixins.less +++ b/less/mixins.less @@ -568,7 +568,6 @@ .spanX (0) {} .span (@columns) { - //width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1)); width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1)); }