Skip to content

Commit

Permalink
Changed background color to white, instead of taking it out of config…
Browse files Browse the repository at this point in the history
….php.
  • Loading branch information
urs_hunkler committed Jan 24, 2005
1 parent c1a0356 commit e2b9ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/standardxhtml/docstyles.php
Expand Up @@ -16,7 +16,7 @@


?> ?>
body { body {
background-color: <?PHP echo $THEME->body?>; background-color:#FFFFFF;
} }


h1, h2, h3 { h1, h2, h3 {
Expand Down

0 comments on commit e2b9ccc

Please sign in to comment.