From 1fb86ff27bfb2e549629fdf29c9b71aaf7031115 Mon Sep 17 00:00:00 2001 From: harukin Date: Tue, 1 Jan 2019 19:09:12 +0900 Subject: [PATCH] fix favicon css miss --- view/theme/plusfuture/css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/view/theme/plusfuture/css/style.css b/view/theme/plusfuture/css/style.css index 212417e..ddaeb68 100644 --- a/view/theme/plusfuture/css/style.css +++ b/view/theme/plusfuture/css/style.css @@ -2104,13 +2104,17 @@ a[title*="pawoo.net"]::after { display: none; } -#notifications a::before, .generic-content-wrapper a::before{ +#notifications a::before{ position: absolute; left: 38px; top: 30px; } -#notifications a::after, .generic-content-wrapper a::after{ +.generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::before{ + position: absolute; +} + +#notifications a::after, .generic-content-wrapper .section-content-wrapper .contact-entry-wrapper .contact-entry-photo-wrapper a::after{ display: none; }