1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 17:10:53 +01:00

[ticket/14979] Add text-decoration settings for lastpost links as well

PHPBB3-14979
This commit is contained in:
Marc Alexander 2017-02-13 21:09:28 +01:00
parent af028f8d72
commit a52d5edd18
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -93,6 +93,14 @@ a.unread {
text-decoration: none;
}
dd.lastpost a:hover {
text-decoration: none;
}
dd.lastpost a.username-coloured:hover, dd.lastpost a.username {
text-decoration: underline;
}
/* Post body links */
.postlink {
text-decoration: none;