From 10977c290c36d251d6767bd85567438277203cd7 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 23 May 2013 23:48:56 +0000 Subject: [PATCH] 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 --- .../themes/twentythirteen/css/editor-style.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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;