mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
use class for boldness
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user