summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-08-03 09:47:34 +0200
committerYorhel <git@yorhel.nl>2020-08-07 12:36:58 +0200
commitd08487d61c540573eede594c36d07e25c9832a23 (patch)
tree853373112531be7774059ae7be7571c012854288 /data
parent403b2ddc47debe73eb857f12fe3acf8bb8347e7b (diff)
reviews: Add up/down voting on reviews
Diffstat (limited to 'data')
-rw-r--r--data/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/style.css b/data/style.css
index be50889d..8f9d8ee2 100644
--- a/data/style.css
+++ b/data/style.css
@@ -525,6 +525,7 @@ div#vntags { margin: 0 30px 0 30px; border-top: 1px solid $bo
.reviewbox > div:first-child > span:first-child { font-weight: bold }
.reviewbox > div:nth-child(2) { box-sizing: border-box; padding: 5px 0 }
.reviewbox > div:last-child { display: flex; justify-content: space-between; border-top: 1px solid $border$ }
+.reviewbox .myvote { font-weight: bold }
/***** Vote stats ****/