1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15309] Fix pagination overlap

Mark the contents of the column as "left-box", enabling proper alignment

PHPBB3-15309
This commit is contained in:
Soeren D. Schulze
2017-08-28 21:43:25 +02:00
parent 1e605efaf1
commit 3c0a555c24
3 changed files with 3 additions and 4 deletions

View File

@@ -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 {