From a878b83e69f069ed62fb1c9766dd17e90727f5fa Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 28 Jun 2011 19:56:26 -0700 Subject: [PATCH] remove display: inline from columns since it's an IE6 specific fix and doesn't work with floats --- lib/preboot.less | 1 - 1 file changed, 1 deletion(-) 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; -- 2.47.2