diff options
| author | Jacob Rask <[email protected]> | 2012-02-19 21:54:38 +0100 |
|---|---|---|
| committer | Jacob Rask <[email protected]> | 2012-02-19 21:54:38 +0100 |
| commit | e145619f6dcc4387f11dd46b56262dacbeff94ed (patch) | |
| tree | 6b4d2bfe95a19dcf722c9389d9506a015ff7db1d | |
| parent | ac6e667ad9ae57c5caa977fd6593a2299887737a (diff) | |
| download | bootstrap-e145619f6dcc4387f11dd46b56262dacbeff94ed.tar.xz bootstrap-e145619f6dcc4387f11dd46b56262dacbeff94ed.zip | |
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.
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53408 -> 53402 bytes | |||
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 | ||||
| -rw-r--r-- | less/dropdowns.less | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex df4dc7ff2..2a4b69387 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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; |
