JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix global template var $basename
[wfpl-cms.git] / style.less
index e996976..25e9f91 100644 (file)
@@ -20,9 +20,12 @@ body {
        margin: 0;
        padding: 0;
        color: #000;
-       background: @site-window-color;
+       background: @site-body-color; // overruled below except in wysiywyg
        font: 14px "Verdana", sans-serif;
 }
+body.real_body_tag { // not the wysiwyg body
+       background: @site-window-color;
+}
 
 #centerer {
        position: relative;