mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user