Twenty Thirteen: add styles for default core output for structured quote post format. Depends on #23347 for the improved markup for quote post formats. Props obenland, see #23852.

git-svn-id: http://core.svn.wordpress.org/trunk@23802 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-27 05:09:14 +00:00
parent edb3712956
commit 1dcee708ed
1 changed files with 5 additions and 2 deletions

View File

@ -1728,6 +1728,7 @@ footer.entry-meta {
color: #e63f2a;
}
.format-quote .quote-caption,
.format-quote .entry-content small,
.format-quote .entry-content cite {
display: block;
@ -1735,8 +1736,10 @@ footer.entry-meta {
margin-top: 20px;
}
.format-quote footer.entry-meta {
margin-top: 0;
.format-quote .quote-caption small,
.format-quote .quote-caption cite {
display: inline;
margin: auto;
}
.format-quote .entry-meta .author {