[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 {
direction: ltr;
unicode-bidi: embed;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:hover { text-decoration: underline; }
/* Coloured usernames */
.username-coloured {