aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-29 22:43:40 -0700
committerJacob Thornton <[email protected]>2011-08-29 22:43:40 -0700
commitafec7859cc08b7d57100ab7d96f11a9df5bdb32e (patch)
tree0e5652f761363a2fc30b018cebbc8acb8a1478cd /lib
parentefd6fd609c7e1406d40906d4aa14949345a2d5ff (diff)
downloadbootstrap-afec7859cc08b7d57100ab7d96f11a9df5bdb32e.tar.xz
bootstrap-afec7859cc08b7d57100ab7d96f11a9df5bdb32e.zip
fix background color for ie7 -- negative margin bug still there though ;_;
Diffstat (limited to 'lib')
-rw-r--r--lib/patterns.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less
index dba5af3aa..a4bc6b855 100644
--- a/lib/patterns.less
+++ b/lib/patterns.less
@@ -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;