Twenty Thirteen: update Quote styles so that fancy display only affects the actual quote content. Fixes #24332.
git-svn-id: https://develop.svn.wordpress.org/trunk@24279 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7dac02a3f9
commit
9c000fd751
@ -1658,20 +1658,13 @@ footer.entry-meta {
|
||||
background-color: #210d10;
|
||||
}
|
||||
|
||||
.format-quote .entry-content {
|
||||
font-size: 28px;
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.format-quote .entry-content,
|
||||
.format-quote .entry-meta {
|
||||
color: #f7f5e7;
|
||||
}
|
||||
|
||||
.format-quote .entry-content blockquote {
|
||||
font-size: 28px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@ -1698,7 +1691,10 @@ footer.entry-meta {
|
||||
}
|
||||
|
||||
.format-quote .quote {
|
||||
font-style: italic;
|
||||
font-weight: 300;
|
||||
padding-left: 75px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.format-quote .quote:before {
|
||||
|
Loading…
Reference in New Issue
Block a user