From 95257a192ac2d96eee2b92677760d3498b8bb897 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 19 Sep 2013 16:24:46 -0700 Subject: [PATCH] Remove posts icon and make post count bold in mobile topic lists --- .../templates/mobile/list/topic_list_item.js.handlebars | 2 +- app/assets/stylesheets/mobile/topic-list.css.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.js.handlebars b/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.js.handlebars index 0fa69d69005..582390e2bf0 100644 --- a/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.js.handlebars +++ b/app/assets/javascripts/discourse/templates/mobile/list/topic_list_item.js.handlebars @@ -42,7 +42,7 @@
- + {{#if like_count}} diff --git a/app/assets/stylesheets/mobile/topic-list.css.scss b/app/assets/stylesheets/mobile/topic-list.css.scss index 88794b84f7c..b88d6f23a8c 100644 --- a/app/assets/stylesheets/mobile/topic-list.css.scss +++ b/app/assets/stylesheets/mobile/topic-list.css.scss @@ -146,6 +146,9 @@ float: left; margin-right: 8px; } + .posts { + font-weight: bold; + } } .num {