1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

fix background color for ie7 -- negative margin bug still there though ;_;

This commit is contained in:
Jacob Thornton
2011-08-29 22:43:40 -07:00
parent efd6fd609c
commit afec7859cc
3 changed files with 7 additions and 5 deletions

View File

@@ -157,7 +157,6 @@
color: #fff;
&.open {
background-color: rgba(255,255,255,.05);
*background-color: #444; // IE6-7
}
}
li a {
@@ -256,6 +255,7 @@
color: #fff;
background-color: #ccc;
background-color: rgba(0,0,0,.3);
*background-color: #ccc; /* ie6 -7 */
}
.dropdown-menu {
display: block;