Skip to content

Commit

Permalink
Merge pull request #337 from dalance/fix_font
Browse files Browse the repository at this point in the history
Fix font
  • Loading branch information
Piotr Binkowski authored Oct 21, 2019
2 parents 4ef2ae3 + d85cc4b commit aecd429
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 aecd429

Please sign in to comment.