Twenty Twelve: Use the correct body class for attachments.

.single-attachment is only used when the attachment's parent is not a page.

props Marco_Teethgrinder.
fixes #25506.


git-svn-id: https://develop.svn.wordpress.org/trunk@25707 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-10-07 13:18:31 +00:00
parent 2a2587c6dc
commit 2476d62991
1 changed files with 1 additions and 1 deletions

View File

@ -1454,7 +1454,7 @@ img#wpstats {
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%;
}