mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
3c0a555c24
commit
dd542ca630
1 changed files with 0 additions and 9 deletions
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue