use class for boldness

This commit is contained in:
Mike Bannister
2012-08-15 00:47:53 -04:00
parent 1f1f555b00
commit d8cc5f282a
2 changed files with 5 additions and 2 deletions

View File

@@ -103,7 +103,10 @@
.test_table .event .fail { color: #d00; }
.test_table .event .exception { color: #d00; }
.test_table .event .nodata { color: #ccc; font-style: italic; }
.test_table .event .xtimes { font-weight: bold; }
.test_table .event .xtimes,
.test_table .event .failkey
{ font-weight: bold; }
.test_table .event .debug {
display: none;

View File

@@ -76,7 +76,7 @@
{{#if this}}
{{#if type}}— {{type}}{{/if}}
{{#each details}}
- <strong>{{key}}</strong> {{val}}
- <span class="failkey">{{key}}</span> {{val}}
{{/each}}
{{/if}}
{{#if stack}}<pre>{{stack}}</pre>{{/if}}