Twenty Thirteen: refresh Quote post format styles based on new default markup, see r23822. Props obenland, fixes #23852.

git-svn-id: http://core.svn.wordpress.org/trunk@23829 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-27 22:28:31 +00:00
parent bb2b6fd418
commit c4396d437b

View File

@ -262,7 +262,8 @@ blockquote blockquote {
} }
blockquote cite, blockquote cite,
blockquote small { blockquote small,
.quote-caption {
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
text-transform: uppercase; text-transform: uppercase;
@ -1169,7 +1170,8 @@ ul.nav-menu li:hover > ul,
} }
.entry-content blockquote cite, .entry-content blockquote cite,
.entry-content blockquote small { .entry-content blockquote small,
.entry-content .quote-caption {
font-size: 16px; font-size: 16px;
} }
@ -1752,17 +1754,10 @@ footer.entry-meta {
} }
.format-quote .quote-caption, .format-quote .quote-caption,
.format-quote .entry-content small, .format-quote blockquote small,
.format-quote .entry-content cite { .format-quote blockquote cite {
display: block; display: block;
font-size: 16px; font-size: 16px;
margin-top: 20px;
}
.format-quote .quote-caption small,
.format-quote .quote-caption cite {
display: inline;
margin: auto;
} }
.format-quote .entry-meta .author { .format-quote .entry-meta .author {
@ -3081,8 +3076,9 @@ footer.entry-meta {
font-size: 18px; font-size: 18px;
} }
.format-quote .entry-content small, .format-quote blockquote small,
.format-quote .entry-content cite { .format-quote blockquote cite,
.format-quote .quote-caption {
font-size: 13px; font-size: 13px;
} }