From: Mark Otto Date: Wed, 29 Jun 2011 02:56:26 +0000 (-0700) Subject: remove display: inline from columns since it's an IE6 specific fix and doesn't work... X-Git-Tag: v1.0.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a878b83e69f069ed62fb1c9766dd17e90727f5fa;p=thirdparty%2Fbootstrap.git remove display: inline from columns since it's an IE6 specific fix and doesn't work with floats --- diff --git a/lib/preboot.less b/lib/preboot.less index f98fe9b3c6..a352a4ff83 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -129,7 +129,6 @@ .clearfix(); } .columns(@columnSpan: 1) { - display: inline; float: left; width: (@gridColumnWidth * @columnSpan) + (@gridGutterWidth * (@columnSpan - 1)); margin-left: @gridGutterWidth;