aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorSoeren D. Schulze <soeren.d.schulze@gmx.de>2017-08-31 02:23:21 +0200
committerSoeren D. Schulze <soeren.d.schulze@gmx.de>2017-08-31 02:23:21 +0200
commiteff68f34878b55902306170eb00bdb6583ff40ac (patch)
treedcb1c75601440df9ec2ce8f5fe3d83e25cb325b4 /phpBB/styles/prosilver/theme/common.css
parentdd542ca630d3a8a6b7fda6fa168133c2cc36de05 (diff)
downloadforums-eff68f34878b55902306170eb00bdb6583ff40ac.tar
forums-eff68f34878b55902306170eb00bdb6583ff40ac.tar.gz
forums-eff68f34878b55902306170eb00bdb6583ff40ac.tar.bz2
forums-eff68f34878b55902306170eb00bdb6583ff40ac.tar.xz
forums-eff68f34878b55902306170eb00bdb6583ff40ac.zip
[ticket/15309] Add margin to pagination
Set margin-top and margin-bottom of pagination to 3px PHPBB3-15309
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
1 files changed, 2 insertions, 0 deletions
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 {