From 1fe52824fae8c54031d90b438800f76b8871f2a5 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 21 Jan 2013 21:42:44 +0000 Subject: [PATCH] Correct vertical position of map controls in small screen layout --- app/assets/stylesheets/small.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/small.css.scss b/app/assets/stylesheets/small.css.scss index 7ce0484b7..1331e5652 100644 --- a/app/assets/stylesheets/small.css.scss +++ b/app/assets/stylesheets/small.css.scss @@ -132,7 +132,7 @@ h2, h3, h4 { .site-index .leaflet-top, .site-export .leaflet-top { - top: 47px !important; + top: 10px !important; } /* Rules for the main content area */ -- 2.43.2