diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-11-18 15:01:02 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-18 15:01:02 +0100 |
commit | 1e03dddcfe35d7174e69a8b350c63bc94dc1209e (patch) | |
tree | 7e221b2080672fcc215d9406dbbb30a5093810fe /phpBB | |
parent | 19a47c7bac646fc07d7528aa1ef3f625cacd5fe9 (diff) | |
parent | ba3e4da853485811ea4c8415f15eb8a2d977ff57 (diff) | |
download | forums-1e03dddcfe35d7174e69a8b350c63bc94dc1209e.tar forums-1e03dddcfe35d7174e69a8b350c63bc94dc1209e.tar.gz forums-1e03dddcfe35d7174e69a8b350c63bc94dc1209e.tar.bz2 forums-1e03dddcfe35d7174e69a8b350c63bc94dc1209e.tar.xz forums-1e03dddcfe35d7174e69a8b350c63bc94dc1209e.zip |
Merge branch 'develop-ascraeus' into develop
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; } |