]> sipb.mit.edu Git - wiki.git/commitdiff
Non-link A tags should not have hover
authorQuentin Smith <quentin@mit.edu>
Sat, 13 Mar 2010 22:23:59 +0000 (17:23 -0500)
committerQuentin Smith <quentin@mit.edu>
Sat, 13 Mar 2010 22:23:59 +0000 (17:23 -0500)
style.css

index e64b8c7121abcbffbec563c0de5dea62b2cd6036..5d280c3b9ac4e8a05d3d78d380dd9afefb514dac 100644 (file)
--- a/style.css
+++ b/style.css
@@ -13,7 +13,7 @@ a:link, a:visited {
        text-decoration: none;
        color:#0066CC;
 }
-a:hover {
+a:link:hover {
        text-decoration:underline;
 }
 #content-block{