Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-03-13 00:45:36 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-03-13 00:45:36 +0400
commit6d4867e799de3a38f2ef81f16b81915390e5468c (patch)
tree17a17411a9535ba989f590bc2284a6271a6ab9f0 /less
parent56fe54df4385bfa186b82da443b14920ea2b16ee (diff)
remove commented out width
Diffstat (limited to 'less')
-rw-r--r--less/mixins.less1
1 files changed, 0 insertions, 1 deletions
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));
}