From b8d9781739567bac60306aab689aaed2e78dcaf8 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 12 Jul 2014 00:44:01 -0700 Subject: [PATCH] minor mobile topic list tweaks --- app/assets/stylesheets/mobile/topic-list.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index bf3546b43d9..a5472796322 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -70,15 +70,6 @@ .num .fa { color: scale-color($primary, $lightness: 50%); } - .fa-heart{ - position: relative; - left: -1px; - } - .fa-comment{ - position: relative; - top: -1px; - left: 1px; - } } .num.posts { @@ -87,6 +78,7 @@ .age { white-space: nowrap; + margin-left: 5px; } }