From c26e30894e6708ab07c4346f527e375827fb6f10 Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Wed, 17 Feb 2010 18:50:48 +0000 Subject: [PATCH] Give the visual editor a max-width that matches the content width in twentyten git-svn-id: http://svn.automattic.com/wordpress/trunk@13178 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/editor-style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyten/editor-style.css b/wp-content/themes/twentyten/editor-style.css index 9a61ad363..57a793872 100644 --- a/wp-content/themes/twentyten/editor-style.css +++ b/wp-content/themes/twentyten/editor-style.css @@ -1,5 +1,6 @@ -/* =Fonts --------------------------------------------------------------- */ +html .mceContentBody { + max-width:640px; +} * { font-family: Georgia, "Bitstream Charter", serif; color: #444;