From 3b698f0062643fe9beb7f4957d22aa87578d18ca Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 14 Apr 2011 20:02:59 -0600 Subject: [PATCH] Removed underlining from h2 and h3 links --- css/look.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/look.css b/css/look.css index 26b4700..cae5b35 100644 --- a/css/look.css +++ b/css/look.css @@ -131,7 +131,7 @@ h3 { border-bottom: 1px solid #ddc; text-shadow: 2px 2px 3px #bbc; } -h2 a, h3 a{ +h2 a, h3 a, h2 a:hover, h3 a:hover{ text-decoration: none; }