From f9fdefcd374cb4cf168125f289be254b26fb8006 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Sat, 13 Mar 2010 17:23:59 -0500 Subject: [PATCH] Non-link A tags should not have hover --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{ -- 2.45.0