[ticket/15309] Add margin to pagination

Set margin-top and margin-bottom of pagination to 3px

PHPBB3-15309
This commit is contained in:
Soeren D. Schulze 2017-08-31 02:23:21 +02:00
parent dd542ca630
commit eff68f3487

View file

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