From e145619f6dcc4387f11dd46b56262dacbeff94ed Mon Sep 17 00:00:00 2001 From: Jacob Rask Date: Sun, 19 Feb 2012 21:54:38 +0100 Subject: Remove underscore hack for IE6 IE6 does not seem to be supported by Bootstrap, and reducing the number of unused and invalid properties is always nice. --- docs/assets/bootstrap.zip | Bin 53408 -> 53402 bytes docs/assets/css/bootstrap.css | 1 - less/dropdowns.less | 1 - 3 files changed, 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index df4dc7ff2..2a4b69387 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 71ab7a9d4..832ea64b5 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1581,7 +1581,6 @@ table .span12 { float: left; display: none; min-width: 160px; - _width: 160px; padding: 4px 0; margin: 0; list-style: none; diff --git a/less/dropdowns.less b/less/dropdowns.less index 1b445844c..88a7462c4 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -46,7 +46,6 @@ float: left; display: none; // none by default, but block on "open" of the menu min-width: 160px; - _width: 160px; padding: 4px 0; margin: 0; // override default ul list-style: none; -- cgit v1.2.3