mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 11:46:32 +02:00
[ticket/12551] Float breadcrumbs to the right in RTL languages.
PHPBB3-12551
This commit is contained in:
@ -112,6 +112,12 @@
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* Responsive breadcrumbs
|
||||
----------------------------------------*/
|
||||
.rtl .breadcrumbs .crumb {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Table styles
|
||||
----------------------------------------*/
|
||||
.rtl table.table1 thead th {
|
||||
|
Reference in New Issue
Block a user