X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=71044e13f2e23d879580e155b0edf999eab9f817;hb=de915c5009bf078354069250488fd78fa6db8496;hp=6090928ef848ad3f4578f62356953a92864cd2a6;hpb=a4cc9309493c5df98d7775c9019bd32978fe311b;p=wfpl-cms.git 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;