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:
parent
a6b994d95e
commit
44a0a9e3e0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user