diff options
author | PayBas <contact@paybas.com> | 2014-07-07 22:09:00 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-09-18 21:47:22 +0200 |
commit | b5800d112463492c2def7cfc5fe50db0de5a3215 (patch) | |
tree | 3d84097ef48ba57a4b1f483b8d46b925bf35e9b9 | |
parent | 3f71d7dba128ee396e42ab85985b700be191387d (diff) | |
download | forums-b5800d112463492c2def7cfc5fe50db0de5a3215.tar forums-b5800d112463492c2def7cfc5fe50db0de5a3215.tar.gz forums-b5800d112463492c2def7cfc5fe50db0de5a3215.tar.bz2 forums-b5800d112463492c2def7cfc5fe50db0de5a3215.tar.xz forums-b5800d112463492c2def7cfc5fe50db0de5a3215.zip |
[ticket/12598] Clean up unused link colors
PHPBB3-12598
-rw-r--r-- | phpBB/styles/prosilver/theme/links.css | 4 |
1 files 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; } |