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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user