diff --git a/lib/jasmine.css b/lib/jasmine.css index 171235fa..5d19a761 100644 --- a/lib/jasmine.css +++ b/lib/jasmine.css @@ -16,9 +16,32 @@ p { .fail { background: url( ../images/fail-16.png ) no-repeat; + padding-left: 20px; color: red; } .fail_in_summary { color: red; -} \ No newline at end of file +} + +.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; +}