From ad445601498630823246809e0997e1be73d4dc5b Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 14 Nov 2013 04:19:21 +0000 Subject: [PATCH] Twenty Fourteen: make sure styles for featured content on a static page are limited to posts within the main content area. Props iamtakashi, fixes #25938. git-svn-id: https://develop.svn.wordpress.org/trunk@26150 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index c1595e9b5d..6ba0e25e1c 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -3200,7 +3200,7 @@ a.post-thumbnail:hover { margin-top: -48px; } - .full-width.singular .hentry.has-post-thumbnail { + .full-width.singular .site-content .hentry.has-post-thumbnail { margin-top: -48px; } @@ -3491,7 +3491,7 @@ a.post-thumbnail:hover { margin-left: 20px; } - .full-width.singular .hentry.has-post-thumbnail { + .full-width.singular .site-content .hentry.has-post-thumbnail { margin-top: -72px; }