[ticket/12735] Remove underlines by default

PHPBB3-12735
This commit is contained in:
hanakin 2014-06-23 01:12:33 +02:00
parent 194224b550
commit 8ef8056fd4

View file

@ -5,11 +5,10 @@
a { a {
direction: ltr; direction: ltr;
unicode-bidi: embed; unicode-bidi: embed;
text-decoration: none;
} }
a:hover { a:hover { text-decoration: underline; }
text-decoration: underline;
}
/* Coloured usernames */ /* Coloured usernames */
.username-coloured { .username-coloured {
@ -117,14 +116,14 @@ a.lastsubject:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Profile searchresults */ /* Profile searchresults */
.search .postprofile a { .search .postprofile a {
text-decoration: none; text-decoration: none;
font-weight: normal; font-weight: normal;
} }
.search .postprofile a:hover { .search .postprofile a:hover {
text-decoration: underline; text-decoration: underline;
} }
/* Back to top of page */ /* Back to top of page */