mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue