JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix window bg color in wysiwyg
authorJason Woofenden <jason@jasonwoof.com>
Wed, 14 Dec 2011 06:08:55 +0000 (01:08 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 14 Dec 2011 06:08:55 +0000 (01:08 -0500)
code/wfpl
style.less
template.html

index 66b97fc..2329271 160000 (submodule)
--- a/code/wfpl
+++ b/code/wfpl
@@ -1 +1 @@
-Subproject commit 66b97fc1bbcae31d1f503d491cb23d01659b7b4b
+Subproject commit 23292710a663791c27bd0b769779435f13753cff
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;
index a6330d9..e6187d0 100644 (file)
@@ -12,7 +12,7 @@
        <!--~$head~-->
 </head>
 
-<body id="~basename~_body">
+<body id="~basename~_body" class="real_body_tag">
        <div id="centerer">
                <header>
                        header image here