1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 16:40:21 +01:00

[ticket/15309] Right-align responsive pagination for consistency

Left-aligning pagination is no longer needed after fix

PHPBB3-15309
This commit is contained in:
Soeren D. Schulze 2017-08-28 22:42:37 +02:00
parent 3c0a555c24
commit dd542ca630

View File

@ -580,12 +580,3 @@
width: 80px;
}
}
@media (max-width: 992px) {
.row .pagination {
text-align: left;
float: left;
margin-top: 4px;
margin-bottom: 4px;
}
}