Twenty Thirteen: add styles for attachment pages that are not images, fixes #23632.
git-svn-id: https://develop.svn.wordpress.org/trunk@23541 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
144a7a190b
commit
5ba76f91c2
|
@ -1805,6 +1805,13 @@ footer.entry-meta {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.attachment footer.entry-meta {
|
||||
float: none;
|
||||
max-width: 1040px;
|
||||
padding: 24px 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.attachment-meta:before {
|
||||
content: '\f307';
|
||||
}
|
||||
|
@ -1859,7 +1866,8 @@ footer.entry-meta {
|
|||
vertical-align: calc(-4px);
|
||||
}
|
||||
|
||||
.attachment .entry-attachment {
|
||||
.attachment .entry-attachment,
|
||||
.attachment p.attachment {
|
||||
margin: 0 auto;
|
||||
max-width: 724px;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in New Issue