]> sipb.mit.edu Git - wiki.git/commitdiff
Visited A tags should have hover.
authorAnders Kaseorg <andersk@mit.edu>
Sat, 13 Mar 2010 23:23:37 +0000 (18:23 -0500)
committerAnders Kaseorg <andersk@mit.edu>
Sat, 13 Mar 2010 23:23:50 +0000 (18:23 -0500)
style.css

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