1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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.
This commit is contained in:
Jacob Rask 2012-02-19 21:54:38 +01:00
parent ac6e667ad9
commit e145619f6d
3 changed files with 0 additions and 2 deletions

Binary file not shown.

View file

@ -1581,7 +1581,6 @@ table .span12 {
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;
margin: 0;
list-style: none;

View file

@ -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;