1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 09:00:48 +01:00

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