mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/15195] Fix floatings in print view
PHPBB3-15195
This commit is contained in:
parent
3b977eacc1
commit
c67cfb2b41
1 changed files with 8 additions and 0 deletions
|
@ -239,6 +239,10 @@
|
||||||
|
|
||||||
/* Pagination
|
/* Pagination
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
.rtl .page-number {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.rtl .pagination {
|
.rtl .pagination {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -451,6 +455,10 @@ li.breadcrumbs span:first-child > a {
|
||||||
|
|
||||||
/* Post body styles
|
/* Post body styles
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
|
.rtl .date {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.rtl .postbody, .rtl .postbody h3 {
|
.rtl .postbody, .rtl .postbody h3 {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue