Twenty Fourteen: remove unneeded `.single-attachment` body class selectors, props iamtakashi. Fixes #25541, see #25506.

git-svn-id: https://develop.svn.wordpress.org/trunk@25737 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-10-09 16:25:33 +00:00
parent 66c2dfbae9
commit c4e2af76e4
1 changed files with 4 additions and 5 deletions

View File

@ -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,