From b5800d112463492c2def7cfc5fe50db0de5a3215 Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 7 Jul 2014 22:09:00 +0200 Subject: [PATCH] [ticket/12598] Clean up unused link colors PHPBB3-12598 --- phpBB/styles/prosilver/theme/links.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 0dd56b3f4f..a2f512443c 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -18,11 +18,11 @@ a:hover { text-decoration: underline; } } /* Links on gradient backgrounds */ -.navbg a, .forumbg .header a, .forabg .header a, th a { +.forumbg .header a, .forabg .header a, th a { text-decoration: none; } -.navbg a:hover, .forumbg .header a:hover, .forabg .header a:hover, th a:hover { +.forumbg .header a:hover, .forabg .header a:hover, th a:hover { text-decoration: underline; }