1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13349] Fix breadcrumb arrow entity

PHPBB3-13349
This commit is contained in:
cyberalien
2014-11-18 14:13:07 +02:00
parent 052fdcc8d9
commit 795fd75d60

View File

@@ -601,7 +601,7 @@ ul.linklist.bulletin > li.no-bulletin:before {
}
.breadcrumbs .crumb:before {
content: '';
content: '\2039';
font-weight: bold;
padding: 0 0.5em;
}