mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13349] Fix breadcrumb arrow entity
PHPBB3-13349
This commit is contained in:
parent
052fdcc8d9
commit
795fd75d60
1 changed files with 1 additions and 1 deletions
|
@ -601,7 +601,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
|
|||
}
|
||||
|
||||
.breadcrumbs .crumb:before {
|
||||
content: '‹';
|
||||
content: '\2039';
|
||||
font-weight: bold;
|
||||
padding: 0 0.5em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue