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