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:
parent
3b977eacc1
commit
c67cfb2b41
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user