]> git.mjollnir.org Git - moodle.git/commitdiff
Changed background color to white, instead of taking it out of config.php.
authorurs_hunkler <urs_hunkler>
Mon, 24 Jan 2005 12:41:24 +0000 (12:41 +0000)
committerurs_hunkler <urs_hunkler>
Mon, 24 Jan 2005 12:41:24 +0000 (12:41 +0000)
theme/standardxhtml/docstyles.php

index 84398b727cb1290c90d1bd0f235152a0992544a9..a0448ef211512f4a35d81f49a320a09229852ac2 100644 (file)
@@ -16,7 +16,7 @@
 
 ?>
 body {
-    background-color: <?PHP echo $THEME->body?>;
+    background-color:#FFFFFF;
 }
 
 h1, h2, h3 {