Commit e145619f authored by Jacob Rask's avatar Jacob Rask
Browse files

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.
parent ac6e667a
Showing with 0 additions and 2 deletions
+0 -2
No preview for this file type
......@@ -1581,7 +1581,6 @@ table .span12 {
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;
margin: 0;
list-style: none;
......
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment