aboutsummaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorDevine Lu Linvega <aliceffekt@gmail.com>2018-09-15 09:38:10 +1200
committerDevine Lu Linvega <aliceffekt@gmail.com>2018-09-15 09:38:10 +1200
commit5941d10541a0fcfaaab11fc19c9f6ab5df554131 (patch)
tree9bd12e8fb03ba39275261cd3194ef0bdf20f4ad2 /benchmark
parent4d5b9b40abbde37012701306b0824dfd7262ee72 (diff)
Migrated marble
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/index.html2
-rw-r--r--benchmark/links/main.css5
2 files changed, 3 insertions, 4 deletions
diff --git a/benchmark/index.html b/benchmark/index.html
index b3af953..2627bb7 100644
--- a/benchmark/index.html
+++ b/benchmark/index.html
@@ -41,7 +41,7 @@
html += `<b>f_inv</b> b_inv <i>${theme.active.f_inv}</i>\n`
count += 1
}
- el.innerHTML = html+`\n<i>${count} conflicts</i>`;
+ el.innerHTML = count > 0 ? html+`\n<i>${count} conflicts</i>` : '';
}
</script>
</body>
diff --git a/benchmark/links/main.css b/benchmark/links/main.css
index e5fb109..dd5cbf7 100644
--- a/benchmark/links/main.css
+++ b/benchmark/links/main.css
@@ -1,7 +1,6 @@
body { font-size:14px; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:30px; transition: background-color 500ms;}
table { margin-bottom:30px; }
-table tr th { padding:5px; text-align: left; font-weight: bold; }
-table tr td { padding:5px; transition: background-color 250ms, color 250ms; }
+table tr td { padding:5px 10px; transition: background-color 250ms, color 250ms; font-weight: bold; font-size:12px; }
-#print { font-family: courier; font-size:12px; }
+#print { font-family: courier; font-size:12px; padding:5px 10px; }
#print b { font-weight: bold } \ No newline at end of file