Use jasmine CSS, and get rid of HTML in plain text stacktrace

This commit is contained in:
Christian Williams & Erik Hanson
2009-08-07 14:11:40 -07:00
parent 331730f8f5
commit 457b5a011f
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ p {
padding-left: 20px;
}
p.fail {
.fail {
background: url( ../images/fail-16.png ) no-repeat;
color: red;
}
p.fail_in_summary {
.fail_in_summary {
color: red;
}