0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

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

This commit is contained in:
Mark Otto 2011-06-28 19:56:26 -07:00
parent 890acaa356
commit a878b83e69

View File

@ -129,7 +129,6 @@
.clearfix(); .clearfix();
} }
.columns(@columnSpan: 1) { .columns(@columnSpan: 1) {
display: inline;
float: left; float: left;
width: (@gridColumnWidth * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)); width: (@gridColumnWidth * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1));
margin-left: @gridGutterWidth; margin-left: @gridGutterWidth;