From a01b2a48d58b9d0a478a6b001dc2144401aa7aa4 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 25 Feb 2016 00:20:44 -0800 Subject: [PATCH] FIX: mobile lacked 404 page styles --- app/assets/stylesheets/mobile/discourse.scss | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/app/assets/stylesheets/mobile/discourse.scss b/app/assets/stylesheets/mobile/discourse.scss index d8b34c96abb..7840a341c90 100644 --- a/app/assets/stylesheets/mobile/discourse.scss +++ b/app/assets/stylesheets/mobile/discourse.scss @@ -160,3 +160,27 @@ h2#site-text-logo } } } + +/* page not found styles */ +h1.page-not-found { + line-height: 24px; + margin: 5px 0 -5px 0; +} + +.page-not-found-topics a.badge-wrapper { + margin-left: 8px; +} + +h2.popular-topics-title { + margin-bottom: 6px; + font-size: 1.2em; +} + +h2.recent-topics-title { + margin-bottom: 6px; + font-size: 1.2em; +} + +.page-not-found-search h2 { + font-size: 1.2em; +}