mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12551] Float breadcrumbs to the right in RTL languages.
This commit is contained in:
commit
0bc73cf9f8
1 changed files with 6 additions and 0 deletions
|
@ -112,6 +112,12 @@
|
|||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* Responsive breadcrumbs
|
||||
----------------------------------------*/
|
||||
.rtl .breadcrumbs .crumb {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* Table styles
|
||||
----------------------------------------*/
|
||||
.rtl table.table1 thead th {
|
||||
|
|
Loading…
Add table
Reference in a new issue