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:
Lance Willett 2013-02-28 22:32:17 +00:00
parent cfe61426bc
commit 3f6124bd9e

View File

@ -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;