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: http://core.svn.wordpress.org/trunk@23785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-22 18:35:14 +00:00
parent 218d757979
commit 2fa91fda74

View File

@ -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;