aboutsummaryrefslogtreecommitdiff
path: root/less/dropdowns.less
diff options
context:
space:
mode:
authorJacob Rask <[email protected]>2012-02-19 21:54:38 +0100
committerJacob Rask <[email protected]>2012-02-19 21:54:38 +0100
commite145619f6dcc4387f11dd46b56262dacbeff94ed (patch)
tree6b4d2bfe95a19dcf722c9389d9506a015ff7db1d /less/dropdowns.less
parentac6e667ad9ae57c5caa977fd6593a2299887737a (diff)
downloadbootstrap-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.
Diffstat (limited to 'less/dropdowns.less')
-rw-r--r--less/dropdowns.less1
1 files changed, 0 insertions, 1 deletions
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;