More application of prettiness.

This commit is contained in:
Aaron Peckham & Christian Williams 2009-08-10 18:07:03 -07:00
parent 8f12dbf3b4
commit 624a6dd85c
2 changed files with 6 additions and 3 deletions

View File

@ -13,6 +13,8 @@
var jsApiReporter;
(function() {
var jasmineEnv = jasmine.getEnv();
jasmineEnv.updateInterval = 1000;
jsApiReporter = new jasmine.JsApiReporter();
var trivialReporter = new jasmine.TrivialReporter();

View File

@ -26,7 +26,7 @@ p {
.suite {
border: 1px outset gray;
margin: 2px;
margin: 5px;
padding-left: 1em;
}
@ -66,8 +66,9 @@ p {
margin-left: 10px;
height: 5em;
overflow: auto;
border-left: 1px solid red;
padding-left: 5em;
border: 1px inset red;
padding: 1em;
background: #eef;
}
.runSpec {