Merge branch 'James-Dunn-patch-1'

This commit is contained in:
Gregg Van Hove
2015-10-04 13:45:00 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ body { overflow-y: scroll; }
.jasmine_html-reporter .jasmine-banner { margin-top: 14px; }
.jasmine_html-reporter .jasmine-duration { color: #fff; float: right; line-height: 28px; padding-right: 9px; }
.jasmine_html-reporter .jasmine-symbol-summary { overflow: hidden; *zoom: 1; margin: 14px 0; }
.jasmine_html-reporter .jasmine-symbol-summary li { display: inline-block; height: 8px; width: 14px; font-size: 16px; }
.jasmine_html-reporter .jasmine-symbol-summary li { display: inline-block; height: 10px; width: 14px; font-size: 16px; }
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-passed { font-size: 14px; }
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-passed:before { color: #007069; content: "\02022"; }
.jasmine_html-reporter .jasmine-symbol-summary li.jasmine-failed { line-height: 9px; }

View File

@@ -110,7 +110,7 @@ body {
li {
display: inline-block;
height: ($line-height / 2) + 1;
height: ($line-height / 2) + 3;
width: $line-height;
font-size: 16px;