diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 22:26:54 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 22:26:54 -0700 |
| commit | 109027433dc77d58fabaa5c90dada3ee7f400b05 (patch) | |
| tree | a1bfb8f445f8f452df450c5198d293a052ac46c0 /lib | |
| parent | f408f5c29b31a67c4f6a554f8ac79597325868cc (diff) | |
| download | bootstrap-109027433dc77d58fabaa5c90dada3ee7f400b05.tar.xz bootstrap-109027433dc77d58fabaa5c90dada3ee7f400b05.zip | |
finish cleaning up ie 7-8 support
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index 7a53bd218..6f561a844 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -163,6 +163,7 @@ a:hover { background-color: #444; background-color: rgba(255,255,255,.1); + *background-color: #444; /* IE6-7 */ color: #fff; } ul { @@ -173,6 +174,7 @@ font-weight: normal; &:hover { background-color: rgba(255,255,255,.1); + *background-color: #444; /* IE6-7 */ color: #fff; } } |
