1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 03:30:17 +02:00

[ticket/14229] fix paging spacing

PHPBB3-14229
This commit is contained in:
Michael Miday
2015-10-18 11:02:56 +02:00
parent c3c41d409b
commit 39f1c24af9
2 changed files with 5 additions and 3 deletions

View File

@@ -281,7 +281,8 @@
}
.row .pagination {
margin-top: 0;
margin-top: 2px;
margin-bottom: 2px;
}
.row .pagination .ellipsis + li {
@@ -563,7 +564,8 @@
@media (min-width: 701px) and (max-width: 950px) {
.row .pagination {
margin-top: 0;
margin-top: 2px;
margin-bottom: 2px;
}
ul.topiclist dt {