diff options
author | Sophist <github@sodalis.co.uk> | 2017-10-03 18:22:22 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-11-01 11:00:49 +0100 |
commit | e5860288be774e9919cb45c29383aabfda545808 (patch) | |
tree | e037bdfdda3d562d1d8741d447a602ca14440eeb | |
parent | 44a0a9e3e0f47906ef56ec29cce913774650bb74 (diff) | |
download | forums-e5860288be774e9919cb45c29383aabfda545808.tar forums-e5860288be774e9919cb45c29383aabfda545808.tar.gz forums-e5860288be774e9919cb45c29383aabfda545808.tar.bz2 forums-e5860288be774e9919cb45c29383aabfda545808.tar.xz forums-e5860288be774e9919cb45c29383aabfda545808.zip |
[ticket/15387] Make vertical bars full height - fix 1
Fix issue with 2px gap at the bottom of the bars.
PHPBB3-15387
-rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index a92434a9be..e51aaa5600 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 { |