web: alternate background color on journal view

This commit is contained in:
Simon Michael 2011-06-05 20:44:55 +00:00
parent 2c68acdd03
commit 8a4c6ab5a1

View File

@ -6,6 +6,7 @@
/* green */
body { background-color:white; color:black; }
.registerreport .odd { background-color:#ded; }
.journalreport .odd { background-color:#eee; }
.filtering { background-color:#ded; }
/* #main { border-color:#ded; } see below */
/* .journalreport td { border-color:thin solid #ded; } see below */