summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-18 18:54:46 +0200
committerYorhel <git@yorhel.nl>2019-09-18 18:54:46 +0200
commit7ebe953a28a36adfd653e512b2076f577e2c7037 (patch)
tree80f410aaa8e646d70e9a5c927e0f23816fb84da3
parent8c869c362c22c1097e4cd9e214220a2661feb6d1 (diff)
CSS: Really gapless vote graphs in all browsers. I hope
-rw-r--r--data/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index d1c905d6..21d25a70 100644
--- a/data/style.css
+++ b/data/style.css
@@ -442,9 +442,9 @@ div#vntags { margin: 0 30px 0 30px; border-top: 1px solid $bo
.votestats { width: 630px; margin: 0 auto; }
.votegraph { float: left; margin-right: 20px }
-.votegraph td { padding: 0 2px; }
+.votegraph td { padding: 0 2px }
.votegraph td.number { text-align: right }
-.votegraph td div { float: left; height: 15px; background-color: $border$; margin-right: 2px; padding: 0; }
+.votegraph td div { float: left; height: 16px; background-color: $border$; margin-right: 2px; padding: 0; }
.votestats thead td { background: transparent; text-align: center; padding: 2px; }
.votestats tfoot td { text-align: right }
.votestats div { text-align: center; padding-top: 5px; }