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: http://core.svn.wordpress.org/trunk@23544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
99e168d1a2
commit
198802ccb9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue