Minor prettification of style sheet

This commit is contained in:
sb 2008-07-18 16:25:53 +00:00
parent 60b138e0df
commit 2c0d8ae5ca

View file

@ -7,7 +7,7 @@
* Produce basic documentation of an ADL file
*
* $Author: sb $
* $Revision: 1.1 $
* $Revision: 1.2 $
*
******************************************************/
@ -33,5 +33,11 @@ TD, TH
.odd
{
color: Black;
background-color: Silver;
background-color: rgb( 240, 240, 256);
}
.even
{
color: Black;
background-color: rgb( 240, 256, 240);
}