Twenty Thirteen: second pass at styles for attachment pages that are not images: hide sidebar and navigation link, better alignment of Edit link.

Closes #23632.

git-svn-id: https://develop.svn.wordpress.org/trunk@23544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-01 03:20:22 +00:00
parent da3d4313b4
commit f5038132ed
1 changed files with 7 additions and 5 deletions

View File

@ -1805,11 +1805,13 @@ footer.entry-meta {
text-align: right;
}
.attachment footer.entry-meta {
float: none;
max-width: 1040px;
padding: 24px 0;
text-align: right;
.hentry.attachment:not(.image-attachment) .entry-meta {
max-width: 104px;
}
.attachment footer.entry-meta,
.single-attachment .site-main .sidebar-container {
display: none;
}
.attachment-meta:before {