diff options
| author | Jacob Thornton <[email protected]> | 2012-03-12 13:45:36 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-03-12 13:45:36 -0700 |
| commit | 6d4867e799de3a38f2ef81f16b81915390e5468c (patch) | |
| tree | 17a17411a9535ba989f590bc2284a6271a6ab9f0 | |
| parent | 56fe54df4385bfa186b82da443b14920ea2b16ee (diff) | |
| download | bootstrap-6d4867e799de3a38f2ef81f16b81915390e5468c.tar.xz bootstrap-6d4867e799de3a38f2ef81f16b81915390e5468c.zip | |
remove commented out width
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 55592 -> 55592 bytes | |||
| -rw-r--r-- | less/mixins.less | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 24e5a3124..54e8905d9 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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)); } |
