From 5ba76f91c245b4f3af8ed4410f22ec039ed9de38 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 28 Feb 2013 22:32:17 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index cc188678b6..574de19ff3 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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;