summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-18 18:31:32 +0200
committerYorhel <git@yorhel.nl>2019-09-18 18:31:44 +0200
commit8c869c362c22c1097e4cd9e214220a2661feb6d1 (patch)
treef356045dd437725e4c7232e043d8331e5152b7c5 /data
parent98c9d95e9b7a1e78f5cda93904c6624d57df4518 (diff)
CSS: Get rid of gaps in the vote graph
Introduced in caa61fc860b455ada9bf4f589f8d64307ce77314
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 076ddfd8..d1c905d6 100644
--- a/data/style.css
+++ b/data/style.css
@@ -444,7 +444,7 @@ div#vntags { margin: 0 30px 0 30px; border-top: 1px solid $bo
.votegraph { float: left; margin-right: 20px }
.votegraph td { padding: 0 2px; }
.votegraph td.number { text-align: right }
-.votegraph td div { float: left; height: 14px; background-color: $border$; margin-right: 2px; padding: 0; }
+.votegraph td div { float: left; height: 15px; 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; }