From 8e751541df0b33909288681f4f87e08e141f4810 Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Thu, 2 Oct 2014 02:30:12 -0700
Subject: [PATCH] margin-bottom on star to align cats under title

---
 app/assets/stylesheets/desktop/topic.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss
index 7ed11d2b6..b220e1d4b 100644
--- a/app/assets/stylesheets/desktop/topic.scss
+++ b/app/assets/stylesheets/desktop/topic.scss
@@ -23,6 +23,7 @@
     font-size: 20px;
     margin-top: 6px;
     margin-right: 6px;
+    margin-bottom: 30px; // this allows the categories to align underneath title
   }
   #edit-title { width: 500px; }
   .category-combobox {
@@ -50,8 +51,7 @@
     a.edit-topic { font-size: 15px; position: absolute; margin-left: 8px; }
   }
   .title-category-wrapper {
-    margin: 5px 0 0 26px;
-    .badge-category {margin-bottom: 5px;}
+    margin-top: 5px;
   }
   .topic-statuses {
     margin-top: -2px;