mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
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:
parent
546739f657
commit
8b9ddabf55
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user