From bd4dab8026606561ca24bb688c313c9c7f49ef41 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 17 Oct 2013 21:22:17 +0300 Subject: [PATCH] [ticket/11552] Fix rebase conflicts PHPBB3-11552 --- phpBB/styles/prosilver/theme/common.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 3d7c941076..ee613f0d0c 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -406,21 +406,7 @@ ul.linklist.bulletin li.no-bulletin:before { display: none; } -.icon-notification:before, ul.linklist.bulletin li.icon-notification:before, .icon-notification:after { - display: inline; - font: inherit; -} - -.icon-notification:before, ul.linklist.bulletin li.icon-notification:before { - content: '['; - padding-right: 0; -} - -.icon-notification:after { - content: ']'; -} - -.responsive-menu:before, .responsive-menu:after { +.responsive-menu:before { display: none !important; }