Changing some standard colors

This commit is contained in:
stronk7 2007-10-21 19:26:11 +00:00
parent 4c8893ed88
commit 956cabd4ab

View File

@ -405,3 +405,10 @@ table .flexible .r1,
border-right:1px solid #330000;
border-collapse: separate;
}
/** Changing some standard colors **/
.grade-report-grader .gradestable tr.groupavg td.cell,
.grade-report-grader .gradestable tr.avg td.cell {
color: #330000;
}