From dfb4b73fbe4844b4df96ddb5d2efe762e8a36bf7 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 7 Feb 2014 17:10:04 +0000 Subject: [PATCH] Twenty Fourteen: fix gap above static pages, props SergeyBiryukov. Fixes #26694. git-svn-id: https://develop.svn.wordpress.org/trunk@27117 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/css/ie.css | 3 ++- src/wp-content/themes/twentyfourteen/style.css | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/css/ie.css b/src/wp-content/themes/twentyfourteen/css/ie.css index 1e640d0ea7..3b71a6b790 100644 --- a/src/wp-content/themes/twentyfourteen/css/ie.css +++ b/src/wp-content/themes/twentyfourteen/css/ie.css @@ -515,7 +515,8 @@ a.post-thumbnail:hover { margin-right: auto; } -.ie8 .full-width.singular .hentry.has-post-thumbnail { +.ie8 .full-width.singular .hentry.has-post-thumbnail, +.ie8 .full-width.home .hentry.has-post-thumbnail { margin-top: -72px; } diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 1ed8066907..f1ad8a9faf 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -3218,7 +3218,8 @@ a.post-thumbnail:hover { } .full-width .site-content .has-post-thumbnail .entry-header, - .full-width.singular .site-content .hentry.has-post-thumbnail { + .full-width.singular .site-content .hentry.has-post-thumbnail, + .full-width.home .site-content .hentry.has-post-thumbnail { margin-top: -48px; } @@ -3544,7 +3545,8 @@ a.post-thumbnail:hover { margin-left: 20px; } - .full-width.singular .site-content .hentry.has-post-thumbnail { + .full-width.singular .site-content .hentry.has-post-thumbnail, + .full-width.home .site-content .hentry.has-post-thumbnail { margin-top: -72px; }