2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

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
+2
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;
}
}