From 5efb4e29c5483348055f29f8d1c3bb6549731f3e Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 14 Dec 2011 01:08:55 -0500 Subject: [PATCH] fix window bg color in wysiwyg --- code/wfpl | 2 +- style.less | 5 ++++- template.html | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/code/wfpl b/code/wfpl index 66b97fc..2329271 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit 66b97fc1bbcae31d1f503d491cb23d01659b7b4b +Subproject commit 23292710a663791c27bd0b769779435f13753cff diff --git a/style.less b/style.less index e996976..25e9f91 100644 --- a/style.less +++ b/style.less @@ -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; diff --git a/template.html b/template.html index a6330d9..e6187d0 100644 --- a/template.html +++ b/template.html @@ -12,7 +12,7 @@ - +
header image here -- 1.7.10.4