From 36dc2bc6610b5839cf4af7f3c6a9ffed14f5d1d2 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 25 Oct 2009 10:00:20 +0000 Subject: [PATCH] Remove underline from footer's links too. --- pub/style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pub/style/style.css b/pub/style/style.css index 5f772d1..0b908be 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -282,11 +282,11 @@ dd { #footer a { color: white; background-color: transparent; - text-decoration: underline; + text-decoration: none; } #footer a:hover { - text-decoration: none; + text-decoration: underline; }