mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge pull request #4731 from Rishabh04-02/ticket/15120
[ticket/15120] Semicolon missing
This commit is contained in:
commit
b4478676b5
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ a.lastsubject:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-item a:hover {
|
.row-item a:hover {
|
||||||
text-decoration: none
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-item .topictitle:hover,
|
.row-item .topictitle:hover,
|
||||||
|
|
Loading…
Add table
Reference in a new issue