diff --git a/wp-content/themes/twentyfourteen/css/ie.css b/wp-content/themes/twentyfourteen/css/ie.css index 734405d206..82142d2e27 100644 --- a/wp-content/themes/twentyfourteen/css/ie.css +++ b/wp-content/themes/twentyfourteen/css/ie.css @@ -519,13 +519,12 @@ a.post-thumbnail:hover { margin-right: auto; } -.ie8 .full-width.singular .hentry.has-post-thumbnail, -.ie8 .full-width.home .hentry.has-post-thumbnail { +.ie8 .full-width .hentry.has-post-thumbnail:first-child { margin-top: -72px; } -.ie8 .singular .hentry.has-post-thumbnail { +.ie8 .singular .site-content .hentry.has-post-thumbnail { margin-top: 0; } diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index 3c947d9aa9..cf8d57b0f9 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -3344,8 +3344,7 @@ a.post-thumbnail:hover { } .full-width .site-content .has-post-thumbnail .entry-header, - .full-width.singular .site-content .hentry.has-post-thumbnail, - .full-width.home .site-content .hentry.has-post-thumbnail { + .full-width .site-content .hentry.has-post-thumbnail:first-child { margin-top: -48px; } @@ -3678,8 +3677,7 @@ a.post-thumbnail:hover { margin-left: 20px; } - .full-width.singular .site-content .hentry.has-post-thumbnail, - .full-width.home .site-content .hentry.has-post-thumbnail { + .full-width .site-content .hentry.has-post-thumbnail:first-child { margin-top: -72px; }