From 8b9ddabf5541935c0c6536f469dcd605d5ffb5e0 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 30 Jan 2005 11:21:13 +0000 Subject: [PATCH] added odd and even to the comments /* Alternate rows even */ and moved them to before the classes. so they can stay there and inform the reader about the function of r0 and r1. --- theme/standard/styles_color.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 0d3ac52cdd..034fb5989e 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -64,10 +64,12 @@ th { background-color:#AAFFAA; /* highlight */ } -.r0 { /* Alternate rows */ +/* Alternate rows even */ +.r0 { } -.r1 { /* Alternate rows */ +/* Alternate rows odd */ +.r1 { } /* header styles */ -- 2.39.5