From: Jason Woofenden Date: Fri, 27 Jan 2012 19:15:07 +0000 (-0500) Subject: try to make wysiwyg insides the right size X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=de915c5009bf078354069250488fd78fa6db8496 try to make wysiwyg insides the right size --- 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;