web: ensure basic black on white body color

This commit is contained in:
Simon Michael 2011-07-01 15:28:41 +00:00
parent 287eb6bd00
commit 8f487ae4be

View File

@ -4,7 +4,7 @@
/* 1. colours */
/* green */
body { background-color:; }
body { background-color:white; color:black; }
.registerreport .odd { background-color:#ded; }
.filtering { background-color:#ded; }
/* #main { border-color:#ded; } see below */