From b275093662b03480bb169677d9917553b932c1d2 Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Mon, 15 Feb 2010 06:35:30 -0500 Subject: [PATCH] CSS: Fix what appears to be a typo --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7b53ae2..e64b8c7 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ a:link, a:visited { text-decoration: none; color:#0066CC; } -a:link:hover, a:link:visited { +a:hover { text-decoration:underline; } #content-block{ -- 2.44.0