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:
parent
dd542ca630
commit
eff68f3487
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user