From bc64bbb1efdc6eca650b29ba91e2fe9fd9e05eea Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 15 Oct 2013 17:58:12 +0000 Subject: [PATCH] Twenty Thirteen: fix description layout on attachment outputs, props obenland. Fixes #25578. git-svn-id: https://develop.svn.wordpress.org/trunk@25791 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentythirteen/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index 5773c0076b..d037969110 100644 --- a/src/wp-content/themes/twentythirteen/style.css +++ b/src/wp-content/themes/twentythirteen/style.css @@ -1797,7 +1797,7 @@ footer.entry-meta { } .attachment .entry-attachment, -.attachment p.attachment { +.attachment .type-attachment p { margin: 0 auto; max-width: 724px; text-align: center; @@ -1821,6 +1821,10 @@ footer.entry-meta { margin: 0; } +.attachment .site-main .sidebar-container { + display: none; +} + /** * 5.7 Post/Paging Navigation