summaryrefslogtreecommitdiff
path: root/benchmark.css
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark.css')
-rw-r--r--benchmark.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmark.css b/benchmark.css
new file mode 100644
index 0000000..0f4468f
--- /dev/null
+++ b/benchmark.css
@@ -0,0 +1,11 @@
+table {
+ border: solid 1px;
+}
+th {
+ border-bottom: solid 1px;
+}
+th, td {
+ border-right: solid 1px;
+ text-align: right;
+ font-family: monospace;
+}