mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-29 18:50:25 +02:00
Merge pull request #2467 from prototech/ticket/12551
[ticket/12551] Float breadcrumbs to the right in RTL languages. * prototech/ticket/12551: [ticket/12551] Float breadcrumbs to the right in RTL languages.
This commit is contained in:
commit
adf5daa1c7
@ -112,6 +112,12 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* Responsive breadcrumbs
|
||||
----------------------------------------*/
|
||||
.rtl .breadcrumbs .crumb {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Table styles
|
||||
----------------------------------------*/
|
||||
.rtl table.table1 thead th {
|
||||
|
Loading…
x
Reference in New Issue
Block a user