From 5e9dd7da663a78635dc8fc7647abda05cbc2fb95 Mon Sep 17 00:00:00 2001
From: Kris Aubuchon <shout@k-ris.com>
Date: Thu, 4 Sep 2014 21:02:08 -0400
Subject: [PATCH] fixing egg-shaped badges on mobile

---
 app/assets/stylesheets/mobile/topic-list.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss
index bf0d4873c..a47869b1a 100644
--- a/app/assets/stylesheets/mobile/topic-list.scss
+++ b/app/assets/stylesheets/mobile/topic-list.scss
@@ -52,7 +52,6 @@
 
   .badge-notification {
     position: relative;
-    padding: 4px 4px 4px 3px;
     top: -1px;
       i {color: $secondary;}
   }