mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-18 21:39:52 +02:00
[ticket/12551] Float breadcrumbs to the right in RTL languages.
PHPBB3-12551
This commit is contained in:
parent
bec9b7c34e
commit
4eb1294a27
@ -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