finish cleaning up ie 7-8 support
This commit is contained in:
parent
f408f5c29b
commit
109027433d
4 changed files with 12 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue