From 6d4867e799de3a38f2ef81f16b81915390e5468c Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 12 Mar 2012 13:45:36 -0700 Subject: remove commented out width --- docs/assets/bootstrap.zip | Bin 55592 -> 55592 bytes less/mixins.less | 1 - 2 files changed, 1 deletion(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 24e5a3124..54e8905d9 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 323e534d1..0074e8924 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)); } -- cgit v1.2.3