From a9e6caa7756102e61ee50739ee562b0cf09965fd Mon Sep 17 00:00:00 2001 From: PayBas Date: Sun, 1 Jun 2014 11:12:20 +0200 Subject: [PATCH] [ticket/12608] Remove somewhat redundant reported color style PHPBB3-12608 --- phpBB/styles/prosilver/theme/colours.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index a022c361c3..dc22b54914 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -239,8 +239,7 @@ p.post-notice.reported:before, p.post-notice.error:before { color: #4C5D77; } -.notification_list .reported p.notifications_title strong, -.notification_list .reported p.notification-title strong { +.notification_list .reported strong { color: #D31141; }