From 8c869c362c22c1097e4cd9e214220a2661feb6d1 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 18 Sep 2019 18:31:32 +0200 Subject: CSS: Get rid of gaps in the vote graph Introduced in caa61fc860b455ada9bf4f589f8d64307ce77314 --- data/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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; } -- cgit v1.2.3