From 8744a7318945eb5ff709ff08eb1ef2e52dfd3a15 Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Thu, 22 Sep 2011 11:06:44 -0400 Subject: [PATCH] removed test black background from default theme --- docs/themes/default/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/themes/default/styles.css b/docs/themes/default/styles.css index f2144f027..8f09fc95a 100644 --- a/docs/themes/default/styles.css +++ b/docs/themes/default/styles.css @@ -15,8 +15,8 @@ body { font-family: Verdana, Helevetica, Arial, sans-serif; font-size:.8em; margin:0px; -/* background-color: #F2F9FA; */ - background-color: #000000; + background-color: #F2F9FA; + } .page_wrapper{ /* border:1px solid #aaaaaa;*/ -- 2.17.1