From 58c1e0dc8475d0b05beb0a1417afba45d91d1d39 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 8 Apr 2015 16:49:15 -0400 Subject: [PATCH] closes #62 --- less/topic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/topic.less b/less/topic.less index 38245d5..fccb0a4 100644 --- a/less/topic.less +++ b/less/topic.less @@ -21,6 +21,10 @@ } } + .topic-title { + text-transform: initial; + } + .browsing-users { margin-top: 3px; }