Suites are a little lighter colored.

This commit is contained in:
Aaron Peckham & Christian Williams 2009-08-10 17:59:24 -07:00
parent 2ef71580ad
commit 8f12dbf3b4
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@ p {
padding-left: 1em; padding-left: 1em;
} }
.suite.passed {
background-color: #cfc;
}
.suite.failed {
background-color: #fdd;
}
.spec { .spec {
margin: 5px; margin: 5px;
clear: both; clear: both;