From 3f6124bd9eae538dd686b6d255efa316e521dfe7 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: http://core.svn.wordpress.org/trunk@23541 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;