From 5630db8da3a05630f825a24ab81a4a744d28d540 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Mon, 20 Oct 2014 19:13:13 +0000 Subject: [PATCH] Twenty Fifteen: beautify the header in IE 8. Props afercia, fixes #30042. git-svn-id: https://develop.svn.wordpress.org/trunk@29972 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/ie.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/css/ie.css b/src/wp-content/themes/twentyfifteen/css/ie.css index 4381300b44..af3f9b992c 100644 --- a/src/wp-content/themes/twentyfifteen/css/ie.css +++ b/src/wp-content/themes/twentyfifteen/css/ie.css @@ -276,6 +276,7 @@ img.aligncenter { } .site-branding { + background-color: inherit; margin: 0 auto; max-width: 954px; padding: 0; @@ -288,6 +289,7 @@ img.aligncenter { } .site-description { + background-color: inherit; display: block; font-size: 16px; margin: 0.5em 7.6897% 7.6897%;