Pretty up jasmine runner.

This commit is contained in:
Brian Jenkins & Evan Cooney 2009-08-10 09:54:01 -07:00
parent 457b5a011f
commit 988a406da8
1 changed files with 24 additions and 1 deletions

View File

@ -16,9 +16,32 @@ p {
.fail {
background: url( ../images/fail-16.png ) no-repeat;
padding-left: 20px;
color: red;
}
.fail_in_summary {
color: red;
}
}
.spec {
margin: 5px;
}
.passed {
background-color: lightgreen;
}
.failed {
background-color: pink;
}
.resultMessage {
white-space: pre;
}
.stackTrace {
white-space: pre;
font-size: .8em;
margin-left: 10px;
}