From c428c41cd36f36afb87bddadbe8067ff2a3f67f4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 12 Nov 2013 18:19:11 +0000 Subject: [PATCH] Twenty Fourteen: update two over-qualified selectors in main stylesheet. Built from https://develop.svn.wordpress.org/trunk@26102 git-svn-id: http://core.svn.wordpress.org/trunk@26017 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 f7e2a58802..c31ccc46fa 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -588,7 +588,7 @@ img[class*="attachment-"], img.size-full, img.size-large, -img.wp-post-image, +.wp-post-image, .post-thumbnail img { height: auto; max-width: 100%; @@ -691,7 +691,7 @@ img.aligncenter, padding-right: 10px; } -img.wp-smiley { +.wp-smiley { border: 0; margin-bottom: 0; margin-top: 0;