aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme/common.css
diff options
context:
space:
mode:
authorcyberalien <cyberalien@gmail.com>2014-11-18 14:13:07 +0200
committercyberalien <cyberalien@gmail.com>2014-11-18 14:13:07 +0200
commit795fd75d60eb602ec614e1d43d339ae943884c01 (patch)
treef20baa93d0bc52a28f78e385158435d03fdea366 /phpBB/styles/prosilver/theme/common.css
parent052fdcc8d96b98380f9ca9fa210aee297f169f3f (diff)
downloadforums-795fd75d60eb602ec614e1d43d339ae943884c01.tar
forums-795fd75d60eb602ec614e1d43d339ae943884c01.tar.gz
forums-795fd75d60eb602ec614e1d43d339ae943884c01.tar.bz2
forums-795fd75d60eb602ec614e1d43d339ae943884c01.tar.xz
forums-795fd75d60eb602ec614e1d43d339ae943884c01.zip
[ticket/13349] Fix breadcrumb arrow entity
PHPBB3-13349
Diffstat (limited to 'phpBB/styles/prosilver/theme/common.css')
-rw-r--r--phpBB/styles/prosilver/theme/common.css2
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;
}