projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
546739f
)
added odd and even to the comments /* Alternate rows even */ and moved them to before...
author
urs_hunkler
<urs_hunkler>
Sun, 30 Jan 2005 11:21:13 +0000
(11:21 +0000)
committer
urs_hunkler
<urs_hunkler>
Sun, 30 Jan 2005 11:21:13 +0000
(11:21 +0000)
theme/standard/styles_color.css
patch
|
blob
|
history
diff --git
a/theme/standard/styles_color.css
b/theme/standard/styles_color.css
index 0d3ac52cdddda688be1d072208efe89fd20970d1..034fb5989e0f15b6822b407d9ea8c934d4587464 100644
(file)
--- 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 */