From: Tom Hughes Date: Wed, 28 Mar 2012 23:29:40 +0000 (+0100) Subject: Tweak the mobile style a little X-Git-Tag: live~5652 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6e047b67f086d4df0acab38c743e036bd7f47505?ds=sidebyside Tweak the mobile style a little --- 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 {