From 46e2cfcfd5fde01d00167ae0c1d249a073059e8f Mon Sep 17 00:00:00 2001 From: Reda Lemeden Date: Wed, 8 Feb 2012 12:52:10 -0500 Subject: [PATCH] Centerred the comment upvote icon --- sass/_question-view.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_question-view.scss b/sass/_question-view.scss index bf7413cabb..1fae85f023 100644 --- a/sass/_question-view.scss +++ b/sass/_question-view.scss @@ -216,7 +216,7 @@ div.question-header { width: 16px; a.upvote { - background: url(../images/askbot/comment-vote-up.png) no-repeat 5px; + background: url(../images/askbot/comment-vote-up.png) no-repeat 2px; cursor: pointer; color: green; display: block;