From 1abd031ad60f2c68d608bcbf16889034bdd0a1c1 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sun, 20 Apr 2014 20:53:29 +0200 Subject: [PATCH] [ticket/12347] Remove unknown/unnecessary hack PHPBB3-12347 --- phpBB/styles/prosilver/theme/common.css | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index fbcafe1eaf..c529c741e9 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -608,7 +608,6 @@ ul.linklist.bulletin li.no-bulletin:before { } .breadcrumbs .crumb:first-child:before { - content: ''; content: none; }