From e5860288be774e9919cb45c29383aabfda545808 Mon Sep 17 00:00:00 2001
From: Sophist <github@sodalis.co.uk>
Date: Tue, 3 Oct 2017 18:22:22 +0100
Subject: [PATCH] [ticket/15387] Make vertical bars full height - fix 1

Fix issue with 2px gap at the bottom of the bars.

PHPBB3-15387
---
 phpBB/styles/prosilver/theme/content.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {