Twenty Thirteen: fix description layout on attachment outputs, props obenland. Fixes #25578.

git-svn-id: https://develop.svn.wordpress.org/trunk@25791 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-10-15 17:58:12 +00:00
parent 0d51ae78cc
commit bc64bbb1ef

View File

@ -1797,7 +1797,7 @@ footer.entry-meta {
} }
.attachment .entry-attachment, .attachment .entry-attachment,
.attachment p.attachment { .attachment .type-attachment p {
margin: 0 auto; margin: 0 auto;
max-width: 724px; max-width: 724px;
text-align: center; text-align: center;
@ -1821,6 +1821,10 @@ footer.entry-meta {
margin: 0; margin: 0;
} }
.attachment .site-main .sidebar-container {
display: none;
}
/** /**
* 5.7 Post/Paging Navigation * 5.7 Post/Paging Navigation