From f2dcfb74fdac56c04df75ef4c891919b3e11d1d5 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 8 Apr 2015 15:57:55 -0400 Subject: [PATCH] closes #55 --- less/topic.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/less/topic.less b/less/topic.less index a2f63ec..b315779 100644 --- a/less/topic.less +++ b/less/topic.less @@ -57,6 +57,20 @@ right: 25px; } + [component="post/upvote"], [component="post/downvote"] { + color: @gray-light; + width: 20px; + height: 20px; + line-height: 18px; + text-align: center; + display: inline-block; + } + + [component="post/upvote"].upvoted, [component="post/downvote"].downvoted { + color: @brand-primary; + line-height: 18px; + } + .stats { width: 60px; float: left;