Merge branch 'remove-dead-css' of https://github.com/prather-mcs/jasmine into prather-mcs-remove-dead-css

This commit is contained in:
Gregg Van Hove
2015-05-13 11:02:45 -07:00
2 changed files with 0 additions and 5 deletions

View File

@@ -38,7 +38,6 @@ body { overflow-y: scroll; }
.jasmine_html-reporter .bar a { color: white; }
.jasmine_html-reporter.spec-list .bar.menu.failure-list, .jasmine_html-reporter.spec-list .results .failures { display: none; }
.jasmine_html-reporter.failure-list .bar.menu.spec-list, .jasmine_html-reporter.failure-list .summary { display: none; }
.jasmine_html-reporter .running-alert { background-color: #666; }
.jasmine_html-reporter .results { margin-top: 14px; }
.jasmine_html-reporter .summary { margin-top: 14px; }
.jasmine_html-reporter .summary ul { list-style-type: none; margin-left: 14px; padding-top: 0; padding-left: 0; }

View File

@@ -245,10 +245,6 @@ body {
}
}
.running-alert {
background-color: $light-text-color;
}
//--- Results ---//
.results {