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.

This commit is contained in:
urs_hunkler 2005-01-30 11:21:13 +00:00
parent 546739f657
commit 8b9ddabf55

View File

@ -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 */