finish cleaning up ie 7-8 support

This commit is contained in:
Jacob Thornton 2011-08-21 22:26:54 -07:00
parent f408f5c29b
commit 109027433d
4 changed files with 12 additions and 3 deletions

View file

@ -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;
}
}