From 78c9d07a7b7834cde4024c368149a7723d4ee493 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Mon, 11 Sep 2017 13:00:56 -0400 Subject: [PATCH] [ticket/15271] align forum and topic row columns PHPBB3-15271 --- phpBB/styles/prosilver/theme/content.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index c34e01d0ae..3040282b90 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -131,6 +131,8 @@ li.header dl.row-item dt .list-inner { } /* Forum list column styles */ +.row .list-inner { padding: 4px 0; } + dl.row-item { background-position: 10px 50%; /* Position of folder icon */ background-repeat: no-repeat;