aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorSophist <github@sodalis.co.uk>2017-10-03 18:22:22 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-11-01 11:00:49 +0100
commite5860288be774e9919cb45c29383aabfda545808 (patch)
treee037bdfdda3d562d1d8741d447a602ca14440eeb /phpBB/styles/prosilver/theme
parent44a0a9e3e0f47906ef56ec29cce913774650bb74 (diff)
downloadforums-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
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/content.css2
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 {