1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 09:00:48 +01:00

[ticket/15023] Remove all prev RWD and add new

PHPBB3-15023
This commit is contained in:
hanakin 2017-01-16 12:29:44 -05:00
parent 0d7d4b4ddd
commit c0af2072ca

View File

@ -280,11 +280,6 @@
margin: 5px 0 0;
}
.row .pagination {
margin-top: 2px;
margin-bottom: 2px;
}
.row .pagination .ellipsis + li {
display: none !important;
}
@ -567,13 +562,11 @@
@media (max-width: 850px) {
.postprofile { width: 28%; }
}
@media (min-width: 701px) and (max-width: 950px) {
.row .pagination {
margin-top: 2px;
margin-bottom: 2px;
}
ul.topiclist dt {
margin-right: -410px;
@ -588,3 +581,11 @@
}
}
@media (max-width: 992px) {
.row .pagination {
margin-top: 4px;
margin-bottom: 4px;
float: left;
text-align: left;
}
}