From 2c0d8ae5ca2d60acc1361dfac242cdf1f65c6676 Mon Sep 17 00:00:00 2001 From: sb Date: Fri, 18 Jul 2008 16:25:53 +0000 Subject: [PATCH] Minor prettification of style sheet --- documentation.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/documentation.css b/documentation.css index 16051b3..a77f069 100755 --- a/documentation.css +++ b/documentation.css @@ -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); +} \ No newline at end of file