From b6be2b8565e2cded6296ef70da47cc4fd8aedc32 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Sun, 25 Oct 2015 08:11:54 -0400 Subject: [PATCH] Fixed rounding and top margins in topic icons --- less/topic.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/topic.less b/less/topic.less index 9a08b35..da045a8 100644 --- a/less/topic.less +++ b/less/topic.less @@ -184,10 +184,10 @@ .posts .icon { min-width: 0; min-height: 0; - margin-top: 5px; + margin-top: -3px; img, .user-icon { - .user-icon-style(23px, 1.3rem); + .user-icon-style(23px, 1.3rem, 50%); } } }