From 2f93b031b2b72ec9be2255c387cae7c7713c2ff7 Mon Sep 17 00:00:00 2001 From: svncommit Date: Wed, 13 Feb 2008 02:51:05 +0000 Subject: condense TinyMCE toolbar down to one line, removing table buttons (#1484747) fix image removal in message display when message HTML includes JS event handlers --- skins/default/editor_content.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'skins') diff --git a/skins/default/editor_content.css b/skins/default/editor_content.css index 182e79121..e8b1c88fe 100644 --- a/skins/default/editor_content.css +++ b/skins/default/editor_content.css @@ -3,11 +3,14 @@ body, td, pre { font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 10px; + font-size: 12px; } body { - background-color: #FFFFFF; + background-color: #FFFFFF; + margin-left: 4px; + margin-right: 4px; + margin-top: 2px; } .mceVisualAid { -- cgit v1.2.3