diff options
author | Martin Peres <martin.peres@linux.intel.com> | 2015-07-27 14:18:59 +0300 |
---|---|---|
committer | Martin Peres <martin.peres@linux.intel.com> | 2015-07-27 14:55:08 +0300 |
commit | 7df3cbfe4117132d1595bba9bc8d882e1db11e27 (patch) | |
tree | a8ddd5c60b54be40df0f0adfadd166ad3544fff1 /stats | |
parent | f969ae758543315052d33e52091430a77b18402f (diff) |
stats/gen_report: change the style a little
Diffstat (limited to 'stats')
-rwxr-xr-x | stats/gen_report.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stats/gen_report.py b/stats/gen_report.py index 264305c..4e10bda 100755 --- a/stats/gen_report.py +++ b/stats/gen_report.py @@ -270,6 +270,9 @@ html_template=""" <head> <title>Performace report on the run named '{run_name}'</title> + <style> + body {{ font-size: 10pt}} + </style> </head> <body> |