diff --git a/wp-content/themes/twentythirteen/css/editor-style.css b/wp-content/themes/twentythirteen/css/editor-style.css index 96fcb1614a..b869dc49dc 100644 --- a/wp-content/themes/twentythirteen/css/editor-style.css +++ b/wp-content/themes/twentythirteen/css/editor-style.css @@ -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;