summaryrefslogtreecommitdiff
path: root/obnam-benchmark.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-05 13:37:07 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-05 17:27:45 +0200
commit3a635e26d57573828163cafcc5240fa8c670203d (patch)
treee2e6421be7d0fd3bed0e5251e7a72e988ff992c8 /obnam-benchmark.css
parentb6c4e5e0301158ac821e876aa0255168ed4043dc (diff)
downloadobnam-benchmark-3a635e26d57573828163cafcc5240fa8c670203d.tar.gz
feat: add report generation
Sponsored-by: author
Diffstat (limited to 'obnam-benchmark.css')
-rw-r--r--obnam-benchmark.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/obnam-benchmark.css b/obnam-benchmark.css
new file mode 100644
index 0000000..9f0c891
--- /dev/null
+++ b/obnam-benchmark.css
@@ -0,0 +1,27 @@
+<style>
+table {
+ border: 0px;
+ font-weight: normal;
+ border-collapse: collapse;
+ width: 98%;
+ margin-top: 2em;
+}
+
+table caption {
+ text-align: center;
+}
+
+th, td {
+ text-align: right;
+ font-weight: normal;
+ border-top: 1px solid black;
+ border-bottom: 1px solid black;
+ border-left: 1px solid black;
+ border-right: 1px solid black;
+ width: 12em;
+}
+
+tr:nth-child(even) {
+ background-color: #f2f2f2;
+}
+</style>