diff options
author | Marc Alexander <admin@m-a-styles.de> | 2017-11-01 13:21:33 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-11-01 13:21:33 +0100 |
commit | 96cb62fe6dd8775d7908aa4deb6d24ed310e66a3 (patch) | |
tree | b4820280ce6b33e6ffc2b0dc9750e198af380883 /phpBB/styles/prosilver/theme/content.css | |
parent | a9f850c36d6f417c622e65ffca93c9e4a66d2a6a (diff) | |
parent | ab83b2585733a65fec6205faaa5a4bac726804c5 (diff) | |
download | forums-96cb62fe6dd8775d7908aa4deb6d24ed310e66a3.tar forums-96cb62fe6dd8775d7908aa4deb6d24ed310e66a3.tar.gz forums-96cb62fe6dd8775d7908aa4deb6d24ed310e66a3.tar.bz2 forums-96cb62fe6dd8775d7908aa4deb6d24ed310e66a3.tar.xz forums-96cb62fe6dd8775d7908aa4deb6d24ed310e66a3.zip |
Merge pull request #5026 from marc1706/ticket/15387
[ticket/15387] Make vertical bars full height on board index forum rows
Diffstat (limited to 'phpBB/styles/prosilver/theme/content.css')
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index a071e63c69..cd420b7614 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -18,7 +18,7 @@ ul.topiclist dl { } ul.topiclist li.row dl { - padding: 2px 0; + margin: 2px 0; } ul.topiclist dt, ul.topiclist dd { @@ -70,6 +70,11 @@ ul.topiclist dd { box-sizing: border-box; } +ul.topiclist li.row dd { + padding: 4px 0 999px 0; + margin-bottom: -995px; +} + ul.topiclist dfn { /* Labels for post/view counts */ position: absolute; |