Commit 6d4867e7 authored by Jacob Thornton's avatar Jacob Thornton

remove commented out width

parent 56fe54df
...@@ -568,7 +568,6 @@ ...@@ -568,7 +568,6 @@
.spanX (0) {} .spanX (0) {}
.span (@columns) { .span (@columns) {
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1)); width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment