1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander 2017-03-08 21:29:20 +01:00
commit 18641e822e
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -97,6 +97,17 @@ a.lastsubject:hover {
text-decoration: underline;
}
.row-item a:hover {
text-decoration: none
}
.row-item .topictitle:hover,
.row-item .subforum:hover,
.row-item .username:hover,
.row-item .username-coloured:hover {
text-decoration: underline;
}
/* Post body links */
.postlink {
text-decoration: none;