0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Merge pull request #2089 from jacobrask/ie6hack

Remove IE6 hacks
This commit is contained in:
Mark Otto 2012-02-19 14:52:06 -08:00
commit 532242e626
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;