From 7f766fccb510071f55d9c2760c7bdbcd91f0e5fb Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 9 Oct 2013 16:26:10 +0000 Subject: [PATCH] Twenty Fourteen: remove unneeded `.single-attachment` body class selectors, props iamtakashi. Fixes #25541, see #25506. Built from https://develop.svn.wordpress.org/trunk@25737 git-svn-id: http://core.svn.wordpress.org/trunk@25650 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/wp-content/themes/twentyfourteen/style.css b/wp-content/themes/twentyfourteen/style.css index f023d21533..ce060a36db 100644 --- a/wp-content/themes/twentyfourteen/style.css +++ b/wp-content/themes/twentyfourteen/style.css @@ -1022,11 +1022,10 @@ footer.entry-meta .entry-title a:hover { .page .entry-content, .error404 .page-header, .error404 .page-content, -.single-attachment .entry-header, -.single-attachment .entry-content { +.attachment .entry-content { padding-top: 0; } -.single-attachment footer.entry-meta { +.attachment footer.entry-meta { text-transform: none; } .more-link, @@ -2405,12 +2404,12 @@ span > object { margin-right: -168px; } .full-width .entry-content img.size-full.alignnone, - .single-attachment .entry-content .attachment { + .attachment .entry-content .attachment { margin-right: -168px; margin-left: -168px; max-width: 810px; } - .single-attachment .entry-content .attachment img { + .attachment .entry-content .attachment img { margin: 0 auto; } .full-width .entry-content blockquote.alignleft,