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

remove commented out width

parent 56fe54df
Showing with 0 additions and 1 deletion
+0 -1
No preview for this file type
......@@ -568,7 +568,6 @@
.spanX (0) {}
.span (@columns) {
//width: 1% * (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
width: (@fluidGridColumnWidth * @columns) + (@fluidGridGutterWidth * (@columns - 1));
}
......
Supports Markdown
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