diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-11-18 15:00:45 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-18 15:00:45 +0100 |
commit | ba3e4da853485811ea4c8415f15eb8a2d977ff57 (patch) | |
tree | e9069b8e37ec0344dbb690a301f1b9d401861d52 /phpBB | |
parent | b84d151afa0a382396827a74bc8e8b706e5f5fd5 (diff) | |
parent | 795fd75d60eb602ec614e1d43d339ae943884c01 (diff) | |
download | forums-ba3e4da853485811ea4c8415f15eb8a2d977ff57.tar forums-ba3e4da853485811ea4c8415f15eb8a2d977ff57.tar.gz forums-ba3e4da853485811ea4c8415f15eb8a2d977ff57.tar.bz2 forums-ba3e4da853485811ea4c8415f15eb8a2d977ff57.tar.xz forums-ba3e4da853485811ea4c8415f15eb8a2d977ff57.zip |
Merge pull request #3154 from cyberalien/ticket/13349
[ticket/13349] Fix breadcrumb arrow entity
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index adcd04b15e..9da24b6ef9 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -601,7 +601,7 @@ ul.linklist.bulletin > li.no-bulletin:before { } .breadcrumbs .crumb:before { - content: '‹'; + content: '\2039'; font-weight: bold; padding: 0 0.5em; } |