diff options
author | Soeren D. Schulze <soeren.d.schulze@gmx.de> | 2017-08-28 21:43:25 +0200 |
---|---|---|
committer | Soeren D. Schulze <soeren.d.schulze@gmx.de> | 2017-08-28 22:40:27 +0200 |
commit | 3c0a555c24d812b2406383569574a4e8ab7dbc3a (patch) | |
tree | 8fb508f9c81d8ef29105b85a7522057af38a39e5 /phpBB/styles/prosilver/theme | |
parent | 1e605efaf126f5474bb1be99e7fdaed834ebb2a0 (diff) | |
download | forums-3c0a555c24d812b2406383569574a4e8ab7dbc3a.tar forums-3c0a555c24d812b2406383569574a4e8ab7dbc3a.tar.gz forums-3c0a555c24d812b2406383569574a4e8ab7dbc3a.tar.bz2 forums-3c0a555c24d812b2406383569574a4e8ab7dbc3a.tar.xz forums-3c0a555c24d812b2406383569574a4e8ab7dbc3a.zip |
[ticket/15309] Fix pagination overlap
Mark the contents of the column as "left-box", enabling proper alignment
PHPBB3-15309
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index ed2cc369b1..8626743691 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -886,7 +886,6 @@ fieldset.fields1 dl.pmlist dd.recipients { /* Pagination in viewforum for multipage topics */ .row .pagination { display: block; - margin-top: -12px; } .row .pagination > ul { |