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: https://develop.svn.wordpress.org/trunk@23802 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e8ff44ba96
commit
0a251f5b20
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user