mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15120] Semicolon missing
PHPBB3-15120
This commit is contained in:
parent
a96f55ec15
commit
e077bd70a4
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ a.lastsubject:hover {
|
|||
}
|
||||
|
||||
.row-item a:hover {
|
||||
text-decoration: none
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.row-item .topictitle:hover,
|
||||
|
|
Loading…
Add table
Reference in a new issue