Visually separate core and package specs in reporter

This commit is contained in:
Kevin Sawicki
2013-08-07 09:31:26 -07:00
parent 4ef3f39a7b
commit def07344e9
3 changed files with 25 additions and 2 deletions

View File

@@ -22,6 +22,14 @@ body {
#HTMLReporter { font-size: 11px; font-family: Monaco, monospace; line-height: 1.6em; color: #333333; }
#HTMLReporter #jasmine_content { position: fixed; right: 100%; }
#HTMLReporter .symbolHeader {
background-color: #222;
color: #c2c2c2;
font-size: 12px;
margin: 0;
padding: 5px 2px 2px 2px;
}
#HTMLReporter .symbolSummary {
background-color: #222;
overflow: hidden;