Skip to content

Commit 7c25a88

Browse files
author
Geoffrey Broadwell
committed
Fix braino in HTML style output
1 parent 872ccf1 commit 7c25a88

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

bench

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -528,16 +528,16 @@ sub summarize_results_html_snippet {
528528
if ($style) {
529529
$html .= <<'CSS';
530530
<style type="text/css">
531-
bench_language { text-align: center; }
532-
bench_compiler { text-align: center; }
533-
bench_vm { text-align: center; }
534-
bench_time { text-align: right; font-family: monospace; }
535-
bench_no_time { text-align: right; font-family: monospace; }
536-
bench_good { text-align: right; font-family: monospace; color: green; }
537-
bench_bad { text-align: right; font-family: monospace; color: yellow; }
538-
bench_ugly { text-align: right; font-family: monospace; color: red; }
539-
bench_skip { text-align: right; font-family: monospace; color: red; }
540-
bench_fail { text-align: right; font-family: monospace; color: red; }
531+
.bench_language { text-align: center; }
532+
.bench_compiler { text-align: center; }
533+
.bench_vm { text-align: center; }
534+
.bench_time { text-align: right; font-family: monospace; }
535+
.bench_no_time { text-align: right; font-family: monospace; }
536+
.bench_good { text-align: right; font-family: monospace; color: green; }
537+
.bench_bad { text-align: right; font-family: monospace; color: yellow; }
538+
.bench_ugly { text-align: right; font-family: monospace; color: red; }
539+
.bench_skip { text-align: right; font-family: monospace; color: red; }
540+
.bench_fail { text-align: right; font-family: monospace; color: red; }
541541
</style>
542542
543543
CSS

0 commit comments

Comments
 (0)