[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 { ul.topiclist li.row dl {
padding: 2px 0; margin: 2px 0;
} }
ul.topiclist dt, ul.topiclist dd { ul.topiclist dt, ul.topiclist dd {