]> git.openstreetmap.org Git - rails.git/commitdiff
Tweak the mobile style a little
authorTom Hughes <tom@compton.nu>
Wed, 28 Mar 2012 23:29:40 +0000 (00:29 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 28 Mar 2012 23:29:40 +0000 (00:29 +0100)
app/assets/stylesheets/small.css.scss

index 412cf720371594f7780ae458dc8b6cc660a34608..b5adaa79497ba7010545c8961c0f5d3ab4743f62 100644 (file)
@@ -18,7 +18,8 @@ h1 {
 
 /* Rules for tabbed navigation bar */
 #top-bar {
 
 /* Rules for tabbed navigation bar */
 #top-bar {
-  margin: 0;
+  margin: 0px;
+  height: 19px;
 }
 
 #tabnav {
 }
 
 #tabnav {
@@ -97,11 +98,13 @@ h1 {
 /* Rules for the main content area */
 
 #content {
 /* 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;
   margin-left: 0px;
   margin-right: 0px;
+  border-left: 0px;
+  border-right: 0px;
 }
 
 #content.site_index {
 }
 
 #content.site_index {