mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 06:20:46 +02:00
[ticket/15309] Add margin to pagination
Set margin-top and margin-bottom of pagination to 3px PHPBB3-15309
This commit is contained in:
@@ -886,6 +886,8 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
|||||||
/* Pagination in viewforum for multipage topics */
|
/* Pagination in viewforum for multipage topics */
|
||||||
.row .pagination {
|
.row .pagination {
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-top: 3px;
|
||||||
|
margin-bottom: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row .pagination > ul {
|
.row .pagination > ul {
|
||||||
|
Reference in New Issue
Block a user