Removed correct and incorrect colors.

This commit is contained in:
michaelpenne
2006-02-24 20:17:41 +00:00
parent 1ae43a52f9
commit 0d2df6a049
+2 -2
View File
@@ -17,12 +17,12 @@
/* for correct responses (can override .response) */
.mod-lesson .correct {
color: green;
/*color: green;*/
}
/* for incorrect responses (can override .response) */
.mod-lesson .incorrect {
color: red;
/*color: red;*/
}
/***