JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix global template var $basename
[wfpl-cms.git] / style.less
index c0e5e63..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;
@@ -142,6 +145,7 @@ span.wfpl_ifr {
        float: right;
        clear: right;
        font-size: 10px;
+       font-weight: normal;
        text-align: right;
        background-repeat: no-repeat;
        background-position: left top;
@@ -150,6 +154,7 @@ span.wfpl_ifr {
 div.wfpl_ic {
        margin: 15px auto;
        font-size: 10px;
+       font-weight: normal;
        text-align: right;
        background-repeat: no-repeat;
        background-position: center top;