Twenty Thirteen: fix up Quote styles for the visual editor, see #24308.

git-svn-id: http://core.svn.wordpress.org/trunk@24343 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-05-23 23:48:56 +00:00
parent 59177c4806
commit 10977c290c

View File

@ -428,35 +428,33 @@ img {
.post-format-quote {
background-color: #210d10;
color: #f7f5e7;
}
.post-format-quote blockquote {
font-size: 28px;
font-style: italic;
font-weight: 300;
margin: 0;
padding-left: 75px;
position: relative;
}
.post-format-quote.mceContentBody {
font-size: 28px;
}
.post-format-quote:before {
.post-format-quote blockquote:before {
content: '\201C';
font-size: 140px;
font-weight: 400;
line-height: .8;
padding-right: 25px;
position: absolute;
left: -8px;
left: -15px;
top: -3px;
}
.post-format-quote blockquote {
margin: 0;
}
.post-format-quote a {
color: #e63f2a;
}
.post-format-quote .quote-caption,
.post-format-quote blockquote small,
.post-format-quote blockquote cite {
display: block;