1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 09:44:26 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-01-17 21:55:09 +01:00
4 changed files with 14 additions and 22 deletions

View File

@@ -311,11 +311,6 @@
margin: 5px 0 0;
}
.row .pagination {
margin-top: 2px;
margin-bottom: 2px;
}
.row .pagination .ellipsis + li {
display: none !important;
}
@@ -628,10 +623,6 @@
}
@media (min-width: 701px) and (max-width: 950px) {
.row .pagination {
margin-top: 2px;
margin-bottom: 2px;
}
ul.topiclist dt {
margin-right: -410px;
@@ -647,4 +638,14 @@
width: 80px;
}
}
@media (max-width: 992px) {
.row .pagination {
text-align: left;
float: left;
margin-top: 4px;
margin-bottom: 4px;
}
}
/* stylelint-enable */