mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12735] Remove underlines by default
PHPBB3-12735
This commit is contained in:
parent
194224b550
commit
8ef8056fd4
1 changed files with 5 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue