Skip to content

Commit

Permalink
Fix font
Browse files Browse the repository at this point in the history
Signed-off-by: Naoya Hatta <dalance@gmail.com>
  • Loading branch information
dalance committed Oct 17, 2019
1 parent b799827 commit d85cc4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion conf/report/code.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
body {
font-family: monospace;
font-family: "Courier New", Consolas, monospace;
font-size: 80%
}
pre {
font-family: "Courier New", Consolas, monospace;
}

.highlight .hll { background-color: #ffffcc }
Expand Down
3 changes: 2 additions & 1 deletion conf/report/log-template.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<head>
<style>
.log { font-family: "Courier New", Consolas, monospace; font-size: 80%; }
.test-failed { background-color: #ffaaaa; }
.test-passed { background-color: #aaffaa; }
</style>
Expand All @@ -15,7 +16,7 @@ <h3><a href="{{runner_url}}" target="_blank">{{runner}}</a></h3>
files: {{file_urls}}
time_elapsed: {{'%0.3f'| format(time_elapsed|float)}}s
</pre>
<pre>
<pre class="log">
{{log_urls}}
</pre>
</body>

0 comments on commit d85cc4b

Please sign in to comment.