mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
[ticket/12735] Remove underlines by default
PHPBB3-12735
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user