From da044fd00fb09c41bb24df0510072d24e754d6fc Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 14 Nov 2013 04:20:11 +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. Built from https://develop.svn.wordpress.org/trunk@26150 git-svn-id: http://core.svn.wordpress.org/trunk@26061 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index c1595e9b5d..6ba0e25e1c 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/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; }