diff options
| author | Jacob Thornton <[email protected]> | 2011-08-29 22:43:40 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-29 22:43:40 -0700 |
| commit | afec7859cc08b7d57100ab7d96f11a9df5bdb32e (patch) | |
| tree | 0e5652f761363a2fc30b018cebbc8acb8a1478cd /lib/patterns.less | |
| parent | efd6fd609c7e1406d40906d4aa14949345a2d5ff (diff) | |
| download | bootstrap-afec7859cc08b7d57100ab7d96f11a9df5bdb32e.tar.xz bootstrap-afec7859cc08b7d57100ab7d96f11a9df5bdb32e.zip | |
fix background color for ie7 -- negative margin bug still there though ;_;
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
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; |
