summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-10 10:57:14 +0100
committerYorhel <git@yorhel.nl>2009-01-10 10:57:14 +0100
commit614d693c4995a0de58379ce8c0780454b5f6db61 (patch)
treedabff0c265e48ef824c67b4dfd3d6e0e2b500251 /data
parent08b660429d294d5347cb853de78bc285d1cd2912 (diff)
Popularity indicator on VN pages
Diffstat (limited to 'data')
-rw-r--r--data/skingen/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/skingen/style.css b/data/skingen/style.css
index 50d15044..f845890d 100644
--- a/data/skingen/style.css
+++ b/data/skingen/style.css
@@ -678,9 +678,10 @@ a.addnew {
.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; }
+.votegraph td div { float: left; height: 14px; 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; }
.recentvotes { width: 300px }