From 61e87a1bbc3305b2f1da67042e2b2cbf6eb23232 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 10 Jul 2014 00:57:30 -0700 Subject: [PATCH] make sure /top looks OK on mobile --- app/assets/stylesheets/mobile/topic-list.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index 9925f753a6a..e168b90c195 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -245,10 +245,10 @@ ol.category-breadcrumb { } } -.top-lists {margin-left: 15px; - #topic-list-bottom { - margin: 20px 0 0 0; - } +.top-lists { + h2 { margin-left: 10px; } + #topic-list { padding-bottom: 10px; } + .btn-default.pull-right { margin-right: 10px; } } .category-notification-menu {