Commit a878b83e authored by Mark Otto's avatar Mark Otto

remove display: inline from columns since it's an IE6 specific fix and doesn't work with floats

parent 890acaa3
......@@ -129,7 +129,6 @@
.clearfix();
}
.columns(@columnSpan: 1) {
display: inline;
float: left;
width: (@gridColumnWidth * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1));
margin-left: @gridGutterWidth;
......
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