From de915c5009bf078354069250488fd78fa6db8496 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Fri, 27 Jan 2012 14:15:07 -0500 Subject: [PATCH] try to make wysiwyg insides the right size --- style.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.less b/style.less index 6090928..71044e1 100644 --- a/style.less +++ b/style.less @@ -27,6 +27,12 @@ body.real_body_tag { // not the wysiwyg body background: @site-window-color; } +// try to make the content of the editor widget approximately the same size as +// the content will be displayed +#cke_content { + margin-right: -30px; +} + #centerer { position: relative; background: @nav-color; -- 1.7.10.4