mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue