X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=c4bee38aca8f5b9d5b8c128fa701719badef1a7b;hb=272f8cea327559879f6e593a9e60b34980a2c517;hp=71c608ba7ff3044ea625ad2477f734f8f8817b9c;hpb=0bcb1bbfdbef5afe8b6119e7a2ed059b86045c95;p=wfpl-cms.git diff --git a/style.less b/style.less index 71c608b..c4bee38 100644 --- a/style.less +++ b/style.less @@ -16,11 +16,17 @@ body { margin: 0; padding: 0; color: #000; - background: @site-body-color; // overruled below except in wysiywyg font: 14px "Liberation Sans", Arimo, Arial, sans-serif; -} -body.real_body_tag { // not the wysiwyg body - background: @site-window-color; + + // Styles for the tag within ckeditor + background: @site-body-color; + width: @site-main-body-width; + margin: 0 auto; + &.real_body_tag { // revert the above for the on the real site + background: @site-window-color; + width: auto; + margin: 0; + } } // try to make the content of the editor widget approximately the same size as