From 6e047b67f086d4df0acab38c743e036bd7f47505 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 29 Mar 2012 00:29:40 +0100 Subject: [PATCH 1/1] Tweak the mobile style a little --- app/assets/stylesheets/small.css.scss | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 412cf7203..b5adaa794 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -18,7 +18,8 @@ h1 { /* Rules for tabbed navigation bar */ #top-bar { - margin: 0; + margin: 0px; + height: 19px; } #tabnav { @@ -97,11 +98,13 @@ h1 { /* Rules for the main content area */ #content { - left: 10px; - right: 10px; - top: 47px; + left: 0px; + right: 0px; + top: 38px; margin-left: 0px; margin-right: 0px; + border-left: 0px; + border-right: 0px; } #content.site_index { -- 2.43.2