From 1c72e97bc8bd362ba9a43a7346dca763199351b9 Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 14 Apr 2014 20:57:22 +0200 Subject: [PATCH] [ticket/12347] Changed from :after to :before PHPBB3-12347 --- phpBB/styles/prosilver/theme/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 665fbcd8e6..0a1848700c 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -601,13 +601,13 @@ ul.linklist.bulletin li.no-bulletin:before { word-wrap: normal; } -.breadcrumbs .crumb:after { +.breadcrumbs .crumb:before { content: '‹'; font-weight: bold; padding: 0 0.5em; } -.breadcrumbs .crumb:last-of-type:after { +.breadcrumbs .crumb:first-of-type:before { content: ''; content: none; }