diff options
| author | Mark Otto <[email protected]> | 2011-06-28 19:56:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-06-28 19:56:26 -0700 |
| commit | a878b83e69f069ed62fb1c9766dd17e90727f5fa (patch) | |
| tree | 0bc578f56d686c0bb365771c96c780bc223aa39c /lib | |
| parent | 890acaa356858ef71d2f267d8f09efa414b9c936 (diff) | |
| download | bootstrap-a878b83e69f069ed62fb1c9766dd17e90727f5fa.tar.xz bootstrap-a878b83e69f069ed62fb1c9766dd17e90727f5fa.zip | |
remove display: inline from columns since it's an IE6 specific fix and doesn't work with floats
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/preboot.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index f98fe9b3c..a352a4ff8 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; |
