From d37cefbdfc5db401f58b702b57c84e536cf3b190 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 12 Nov 2013 18:18:04 +0000 Subject: [PATCH] Twenty Fourteen: update two over-qualified selectors in main stylesheet. git-svn-id: https://develop.svn.wordpress.org/trunk@26102 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 f7e2a58802..c31ccc46fa 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/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;