From eff68f34878b55902306170eb00bdb6583ff40ac Mon Sep 17 00:00:00 2001 From: "Soeren D. Schulze" Date: Thu, 31 Aug 2017 02:23:21 +0200 Subject: [PATCH] [ticket/15309] Add margin to pagination Set margin-top and margin-bottom of pagination to 3px PHPBB3-15309 --- phpBB/styles/prosilver/theme/common.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 8626743691..348355e8c4 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -886,6 +886,8 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; + margin-top: 3px; + margin-bottom: 3px; } .row .pagination > ul {