From f7b63919c21bc1a808cbf0de7e07f6b69a9acaf3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 11 Jul 2011 05:29:14 +0000 Subject: [PATCH] Twenty Eleven: Update editor style for blockquotes and images. props iandstewart, fixes #18008 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@18410 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyeleven/editor-style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/wp-content/themes/twentyeleven/editor-style.css b/wp-content/themes/twentyeleven/editor-style.css index ada4be932f..74c9de68de 100644 --- a/wp-content/themes/twentyeleven/editor-style.css +++ b/wp-content/themes/twentyeleven/editor-style.css @@ -99,16 +99,19 @@ cite { big { font-size: 131.25%; } -blockquote { +.mceContentBody blockquote, +.mceContentBody blockquote p { font-family: Georgia, "Bitstream Charter", serif !important; font-style: italic !important; font-weight: normal; margin: 0 3em; } -blockquote em, blockquote i, blockquote cite { +.mceContentBody blockquote em, +.mceContentBody blockquote i, +.mceContentBody blockquote cite { font-style: normal; } -blockquote cite { +.mceContentBody blockquote cite { color: #666; font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 300; @@ -236,7 +239,7 @@ td { /* Images */ img[class*="wp-image-"] { height: auto; - max-width: 100%; + max-width: 97.5%; } img.size-full { width: auto; /* Prevent stretching of full-size images in IE8 */