From eabbcec46fef585b9d7d59c9e11cbf23301a95d4 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 7 Oct 2013 16:41:18 +0000 Subject: [PATCH] Twenty Twelve: Use the correct body class for attachments in the IE stylesheet. props Marco_Teethgrinder. see #25506. see [25707]. git-svn-id: https://develop.svn.wordpress.org/trunk@25715 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwelve/css/ie.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentytwelve/css/ie.css b/src/wp-content/themes/twentytwelve/css/ie.css index 7acef64df6..ddb1e41c18 100644 --- a/src/wp-content/themes/twentytwelve/css/ie.css +++ b/src/wp-content/themes/twentytwelve/css/ie.css @@ -53,7 +53,7 @@ img[class*="attachment-"] { width: 65.104166667%; } body.template-front-page .site-content, -body.single-attachment .site-content, +body.attachment .site-content, body.full-width .site-content { width: 100%; }