File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -528,16 +528,16 @@ sub summarize_results_html_snippet {
528
528
if ($style ) {
529
529
$html .= <<'CSS' ;
530
530
<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 ; }
541
541
</style >
542
542
543
543
CSS
You can’t perform that action at this time.
0 commit comments