]> git.openstreetmap.org Git - rails.git/commitdiff
Hide welcome message on mobile
authorJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 8 Nov 2013 22:40:42 +0000 (14:40 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 8 Nov 2013 22:40:42 +0000 (14:40 -0800)
app/assets/stylesheets/small.css.scss

index 2a85081718c16426b6c66c951f959f101c38e439..182272e780da3db10c05f4237d80a02847e36ed0 100644 (file)
@@ -113,6 +113,10 @@ nav.secondary {
   }
 }
 
   }
 }
 
+#sidebar .welcome {
+  display: none;
+}
+
 .leaflet-top.leaflet-right {
   top: 10px !important;
   z-index: 0;
 .leaflet-top.leaflet-right {
   top: 10px !important;
   z-index: 0;