From: Jason Woofenden Date: Wed, 14 Dec 2011 06:08:55 +0000 (-0500) Subject: fix window bg color in wysiwyg X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl-cms.git;a=commitdiff_plain;h=5efb4e29c5483348055f29f8d1c3bb6549731f3e fix window bg color in wysiwyg --- 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