From ba9e4b42fe5f94888b855f25c78c1e880a4b7e7c Mon Sep 17 00:00:00 2001
From: Jeff Atwood <jatwood@codinghorror.com>
Date: Sun, 19 Oct 2014 23:01:19 -0700
Subject: [PATCH] mobile "new/updated topics"  alert was too small

---
 app/assets/stylesheets/mobile/alert.scss | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/app/assets/stylesheets/mobile/alert.scss b/app/assets/stylesheets/mobile/alert.scss
index f30d98382..ec17f33ab 100644
--- a/app/assets/stylesheets/mobile/alert.scss
+++ b/app/assets/stylesheets/mobile/alert.scss
@@ -1,3 +1,12 @@
 .alert {
   margin: 15px 0 5px 0;
 }
+
+// there are (n) new or updated topics, click to show
+.topic-list {
+  .alert {
+    margin: 0;
+    padding: 15px;
+    font-size: 120%;
+  }
+}