1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 15:57:45 +02:00

[ticket/17283] Fix breadcrumbs pointing the wrong direction

PHPBB3-17283
This commit is contained in:
Marc Alexander
2024-01-03 16:52:59 +01:00
parent 455d6b071b
commit 1c961e4531
2 changed files with 7 additions and 1 deletions

View File

@@ -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 {

View File

@@ -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 {