From e572ad35ad0cd2b8564e6cb516c38d52c21fb43f Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 23 Jan 2015 23:39:44 -0800 Subject: [PATCH] new topic/post alert div regressed a bit on mobile --- app/assets/stylesheets/mobile/alert.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/alert.scss b/app/assets/stylesheets/mobile/alert.scss index ec17f33ab56..dbd1770becd 100644 --- a/app/assets/stylesheets/mobile/alert.scss +++ b/app/assets/stylesheets/mobile/alert.scss @@ -3,10 +3,8 @@ } // there are (n) new or updated topics, click to show -.topic-list { - .alert { +.alert.alert-info { margin: 0; padding: 15px; - font-size: 120%; - } + font-size: 1.1em; }