From 3888d7933ca7c90970ba670ae1c75f58c04610ed Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 Apr 2015 18:10:02 -0400 Subject: [PATCH] bit of styling for group label --- less/topic.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/less/topic.less b/less/topic.less index 93b3597..3a734d1 100644 --- a/less/topic.less +++ b/less/topic.less @@ -40,8 +40,10 @@ } .group-label { - border-radius: 0; - vertical-align: 18%; + text-transform: uppercase; + vertical-align: 6%; + padding: 4px; + border-radius: 2px; } }