From 6bfa29bd101e04c3aec80c3bb9eb9b93c94ba62a Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 22 Mar 2013 18:35:14 +0000 Subject: [PATCH] Twenty Thirteen: improve separation between Link and Aside posts, props Joen for starter CSS rules. Fixes #23818 and closes #23707 as related. git-svn-id: https://develop.svn.wordpress.org/trunk@23785 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 295eae655f..b86091d736 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -1409,7 +1409,10 @@ footer.entry-meta { } .blog .format-aside:first-of-type, -.single .format-aside:first-of-type { +.single .format-aside:first-of-type, +.format-aside + .format-aside, +.format-aside + .format-link, +.format-link + .format-aside { box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2); } @@ -1699,7 +1702,6 @@ footer.entry-meta { display: inline; } - /* Quote */ .format-quote { background-color: #210d10;