mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17283] Fix breadcrumbs pointing the wrong direction
PHPBB3-17283
This commit is contained in:
parent
455d6b071b
commit
1c961e4531
2 changed files with 7 additions and 1 deletions
|
@ -163,6 +163,12 @@
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .breadcrumbs .crumb:before {
|
||||||
|
font-weight: bold;
|
||||||
|
padding: 0 0.5em;
|
||||||
|
content: "\2039";
|
||||||
|
}
|
||||||
|
|
||||||
/* Table styles
|
/* Table styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.rtl table.table1 thead th {
|
.rtl table.table1 thead th {
|
||||||
|
|
|
@ -621,7 +621,7 @@ a.header-avatar img {
|
||||||
.breadcrumbs .crumb:before {
|
.breadcrumbs .crumb:before {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
content: "\2039";
|
content: "\203A";
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs .crumb:first-child:before {
|
.breadcrumbs .crumb:first-child:before {
|
||||||
|
|
Loading…
Add table
Reference in a new issue