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:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user