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

[ticket/15195] Fix floatings in print view

PHPBB3-15195
This commit is contained in:
Oliver Schramm 2017-11-02 20:24:21 +01:00
parent 3b977eacc1
commit c67cfb2b41

View File

@ -239,6 +239,10 @@
/* Pagination
---------------------------------------- */
.rtl .page-number {
float: left;
}
.rtl .pagination {
text-align: left;
float: left;
@ -451,6 +455,10 @@ li.breadcrumbs span:first-child > a {
/* Post body styles
----------------------------------------*/
.rtl .date {
float: left;
}
.rtl .postbody, .rtl .postbody h3 {
float: right;
}