From e2b9cccaf284e7f9132b6848844c8bbf625470c3 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 24 Jan 2005 12:41:24 +0000 Subject: [PATCH] Changed background color to white, instead of taking it out of config.php. --- theme/standardxhtml/docstyles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/standardxhtml/docstyles.php b/theme/standardxhtml/docstyles.php index 84398b727c..a0448ef211 100644 --- a/theme/standardxhtml/docstyles.php +++ b/theme/standardxhtml/docstyles.php @@ -16,7 +16,7 @@ ?> body { - background-color: body?>; + background-color:#FFFFFF; } h1, h2, h3 { -- 2.39.5