]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/embed.css.scss
Merge branch 'master' into notes
[rails.git] / app / assets / stylesheets / embed.css.scss
1 /*
2  *= require leaflet
3  */
4
5 html {
6   width: 100%;
7   height: 100%;
8 }
9
10 body {
11   width: 100%;
12   height: 100%;
13   margin: 0px;
14 }
15
16 #map {
17   width: 100%;
18   height: 100%;
19 }
20
21 .leaflet-control-zoom-in {
22   background-image: image-url("images/zoom-in.png");
23 }
24
25 .leaflet-control-zoom-out {
26   background-image: image-url("images/zoom-out.png");
27 }