From a029b0db3344872c1c4529f311c3c51008839c5a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 Apr 2015 13:31:38 -0400 Subject: [PATCH] closes #32 --- less/topic.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/less/topic.less b/less/topic.less index 23866a1..9da1f64 100644 --- a/less/topic.less +++ b/less/topic.less @@ -174,6 +174,10 @@ .topic { &.deleted { .opacity(0.3); + + .votes { + display: none; + } } .posts { @@ -187,6 +191,10 @@ .content { .opacity(0.3); } + + .votes { + display: none; + } } > hr {