1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-30 19:49:54 +02:00

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-11-02 21:36:24 +01:00
4 changed files with 13 additions and 1 deletions

View File

@@ -254,6 +254,10 @@
/* Pagination
---------------------------------------- */
.rtl .page-number {
float: left;
}
.rtl .pagination {
text-align: left;
float: left;
@@ -478,6 +482,10 @@
/* Post body styles
---------------------------------------- */
.rtl .date {
float: left;
}
.rtl .postbody,
.rtl .postbody h3 {
float: right;