Twenty Thirteen: add styles for attachment pages that are not images, fixes #23632.
git-svn-id: http://core.svn.wordpress.org/trunk@23541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cfe61426bc
commit
3f6124bd9e
|
@ -1805,6 +1805,13 @@ footer.entry-meta {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.attachment footer.entry-meta {
|
||||||
|
float: none;
|
||||||
|
max-width: 1040px;
|
||||||
|
padding: 24px 0;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
.attachment-meta:before {
|
.attachment-meta:before {
|
||||||
content: '\f307';
|
content: '\f307';
|
||||||
}
|
}
|
||||||
|
@ -1859,7 +1866,8 @@ footer.entry-meta {
|
||||||
vertical-align: calc(-4px);
|
vertical-align: calc(-4px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.attachment .entry-attachment {
|
.attachment .entry-attachment,
|
||||||
|
.attachment p.attachment {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
max-width: 724px;
|
max-width: 724px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in New Issue