From 7b57d6f8f03a9bacbc3fa6c23836d27a1ce98c49 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 2 Mar 2015 13:00:00 -0800 Subject: [PATCH] try bold topic titles for mobile --- app/assets/stylesheets/mobile/topic-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index a8b293fb76a..22ea3fc3b73 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -307,5 +307,6 @@ button.dismiss-read { td.main-link { a.title { padding: 5px 10px 5px 0; + font-weight: bold; } }