]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove display: inline from columns since it's an IE6 specific fix and doesn't work...
authorMark Otto <markdotto@gmail.com>
Wed, 29 Jun 2011 02:56:26 +0000 (19:56 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 29 Jun 2011 02:56:26 +0000 (19:56 -0700)
lib/preboot.less

index f98fe9b3c685db04be3194bbee86bb2fb6bc6026..a352a4ff83cd11656dadaee7163225e4bf00ae35 100644 (file)
   .clearfix();
 }
 .columns(@columnSpan: 1) {
-  display: inline;
   float: left;
   width: (@gridColumnWidth * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1));
   margin-left: @gridGutterWidth;