From 8ef8056fd4e1184bb9679bd717db619b249f0f7b Mon Sep 17 00:00:00 2001 From: hanakin Date: Mon, 23 Jun 2014 01:12:33 +0200 Subject: [PATCH] [ticket/12735] Remove underlines by default PHPBB3-12735 --- phpBB/styles/prosilver/theme/links.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/phpBB/styles/prosilver/theme/links.css b/phpBB/styles/prosilver/theme/links.css index 79751cb1a7..890f854baa 100644 --- a/phpBB/styles/prosilver/theme/links.css +++ b/phpBB/styles/prosilver/theme/links.css @@ -5,11 +5,10 @@ a { direction: ltr; unicode-bidi: embed; + text-decoration: none; } -a:hover { - text-decoration: underline; -} +a:hover { text-decoration: underline; } /* Coloured usernames */ .username-coloured { @@ -117,14 +116,14 @@ a.lastsubject:hover { text-decoration: underline; } -/* Profile searchresults */ +/* Profile searchresults */ .search .postprofile a { - text-decoration: none; + text-decoration: none; font-weight: normal; } .search .postprofile a:hover { - text-decoration: underline; + text-decoration: underline; } /* Back to top of page */