From b4c38dbc5a47fbe2464ae4acc65f166e825d4625 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 6 Oct 2014 16:19:27 -0700 Subject: [PATCH] correct star spacing for topics with no category --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index f65d35fbc4c..0aa5ca2ef8e 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -549,7 +549,7 @@ iframe { } a.star { - margin: 10px 7px 20px 0; + margin: 6px 7px 20px 0; font-size: 20px; color: dark-light-diff($secondary, $primary, 80%, -20%) !important; }