mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02: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:
@@ -64,8 +64,8 @@ ul.topiclist.two-columns dt .list-inner {
|
|||||||
|
|
||||||
ul.topiclist dd {
|
ul.topiclist dd {
|
||||||
border-left: 1px solid transparent;
|
border-left: 1px solid transparent;
|
||||||
padding: 4px 0 99999px 0;
|
padding: 4px 0 999px 0;
|
||||||
margin-bottom: -99995px;
|
margin-bottom: -995px;
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Reference in New Issue
Block a user