mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
18641e822e
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue