From db5bf8a7bb107aa3b81b4a6031c0f4d316f609e6 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Thu, 14 Apr 2011 19:57:55 -0600 Subject: [PATCH] css/look.css: made hovered links add underline rather than change color --- css/look.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/look.css b/css/look.css index 17fafc0..26b4700 100644 --- a/css/look.css +++ b/css/look.css @@ -113,10 +113,11 @@ div#tabs ul li a.current { } a { + text-decoration: none; color: #2288aa; } a:hover { - color: #006699; + text-decoration: underline; } h2 { font-weight: bold;