1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-02 23:12:46 +02:00

[ticket/15387] Make vertical bars full height - fix 1

Fix issue with 2px gap at the bottom of the bars.

PHPBB3-15387
This commit is contained in:
Sophist 2017-10-03 18:22:22 +01:00 committed by Marc Alexander
parent 44a0a9e3e0
commit e5860288be
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -18,7 +18,7 @@ ul.topiclist dl {
}
ul.topiclist li.row dl {
padding: 2px 0;
margin: 2px 0;
}
ul.topiclist dt, ul.topiclist dd {