From 7c03553de8b08909ef53d57b30a92484d0d84334 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 7 Oct 2013 16:42:12 +0000 Subject: [PATCH] Twenty Thirteen: Remove unneeded .single-attachment selector. props obenland. fixes #25506. git-svn-id: https://develop.svn.wordpress.org/trunk@25716 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentythirteen/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index dae1bc5dcc..5773c0076b 100644 --- a/src/wp-content/themes/twentythirteen/style.css +++ b/src/wp-content/themes/twentythirteen/style.css @@ -1738,8 +1738,7 @@ footer.entry-meta { max-width: 104px; } -.attachment footer.entry-meta, -.single-attachment .site-main .sidebar-container { +.attachment footer.entry-meta { display: none; }