From: Quentin Smith Date: Sat, 13 Mar 2010 22:23:59 +0000 (-0500) Subject: Non-link A tags should not have hover X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/commitdiff_plain/f9fdefcd374cb4cf168125f289be254b26fb8006 Non-link A tags should not have hover --- diff --git a/style.css b/style.css index e64b8c7..5d280c3 100644 --- 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{