mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge pull request #3154 from cyberalien/ticket/13349
[ticket/13349] Fix breadcrumb arrow entity
This commit is contained in:
commit
ba3e4da853
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumbs .crumb:before {
|
.breadcrumbs .crumb:before {
|
||||||
content: '‹';
|
content: '\2039';
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue