1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 08:30:26 +01:00

[ticket/15387] Make vertical bars full height on forum topic rows - consistency

Make extra size consistent with immediately following css i.e. use 999px
not 99999px as v. large to exceed possible box size.

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

View File

@ -64,8 +64,8 @@ ul.topiclist.two-columns dt .list-inner {
ul.topiclist dd {
border-left: 1px solid transparent;
padding: 4px 0 99999px 0;
margin-bottom: -99995px;
padding: 4px 0 999px 0;
margin-bottom: -995px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;