mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02: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:
@@ -580,12 +580,3 @@
|
|||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 992px) {
|
|
||||||
.row .pagination {
|
|
||||||
text-align: left;
|
|
||||||
float: left;
|
|
||||||
margin-top: 4px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user