Fix jasmine styling

This commit is contained in:
Nathan Sobo 2013-04-15 15:26:39 -06:00
parent 23f66c12a4
commit d82daeccee
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class AtomReporter extends View
@div id: 'HTMLReporter', class: 'jasmine_reporter', =>
@div outlet: 'specPopup', class: "spec-popup"
@div outlet: "suites"
@ul outlet: "symbolSummary", class: 'symbolSummary'
@ul outlet: "symbolSummary", class: 'symbolSummary list-unstyled'
@div outlet: "status", class: 'status', =>
@div outlet: "time", class: 'time'
@div outlet: "specCount", class: 'spec-count'

View File

@ -25,7 +25,7 @@ body {
#HTMLReporter .symbolSummary {
background-color: #222;
overflow: hidden;
*zoom: 1
margin: 0;
}
#HTMLReporter .symbolSummary li {