summaryrefslogtreecommitdiff
path: root/benchmark.css
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.css')
-rw-r--r--benchmark.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/benchmark.css b/benchmark.css
index 6cd34d5..4e35607 100644
--- a/benchmark.css
+++ b/benchmark.css
@@ -1,23 +1,27 @@
table {
- border: solid 1px;
+ border: 0;
}
th {
border-bottom: solid 1px;
}
th, td {
- border-right: solid 1px;
font-family: monospace;
+ text-align: left;
+ vertical-align: top;
+ padding-right: 2em;
+}
+td {
+ padding-bottom: 1em;
}
th.duration, td.duration {
- text-align: right;
+ width: 15em;
}
td.date {
- width: 25em;
+// min-width: 30em;
}
td.commitid {
- width: 7em;
+// width: 7em;
}
td.commitmsg {
- width: 30em;
- text-align: left;
+// max-width: 30em;
}