Fix styles in jasmine runner

This commit is contained in:
Ben Ogle
2013-09-04 12:23:37 -07:00
parent 9d94afc8c5
commit 2b2dc15ac1

View File

@@ -16,6 +16,10 @@ body {
display: none;
}
.list-unstyled {
list-style: none;
}
#HTMLReporter { font-size: 11px; font-family: Monaco, monospace; line-height: 1.6em; color: #333333; }
#HTMLReporter #jasmine_content { position: fixed; right: 100%; }