JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
try to make wysiwyg insides the right size
authorJason Woofenden <jason@jasonwoof.com>
Fri, 27 Jan 2012 19:15:07 +0000 (14:15 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Fri, 27 Jan 2012 19:15:07 +0000 (14:15 -0500)
style.less

index 6090928..71044e1 100644 (file)
@@ -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;