diff options
author | Aki <please@ignore.pl> | 2024-02-09 11:16:59 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-02-09 11:16:59 +0100 |
commit | 81c794b42e6356f51c74e879e8d6e911f63c1499 (patch) | |
tree | 05f231d39ed964e81e1496ba0148fe3b6de0bdb8 | |
parent | 86689e76e4fb0c8fb3e91b757882b60044bf2d8d (diff) | |
download | activity-81c794b42e6356f51c74e879e8d6e911f63c1499.zip activity-81c794b42e6356f51c74e879e8d6e911f63c1499.tar.gz activity-81c794b42e6356f51c74e879e8d6e911f63c1499.tar.bz2 |
Made HTML5 format a bit more compact
-rw-r--r-- | activity/formats/html5.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/activity/formats/html5.lua b/activity/formats/html5.lua index 8e6e4fd..744b9d6 100644 --- a/activity/formats/html5.lua +++ b/activity/formats/html5.lua @@ -8,7 +8,10 @@ function html5.start_document (title) <html lang="en"> <meta charset="utf-8"> <style> - table.activity-chart { border-spacing: 4px; } + table.activity-chart { + font-family: sans-serif; + border-spacing: 2px; + } table.activity-chart tr { height: 11px; } td.activity-chart-label { position: relative; |