]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/print.css
Update to iD v1.3.4
[rails.git] / app / assets / stylesheets / print.css
1 #small-title,
2 #left,
3 #greeting,
4 #tabnav,
5 #sidebar,
6 #permalink,
7 .leaflet-control {
8   display: none;
9 }
10
11 html {
12   height: 100%;
13 }
14
15 #map {
16   position: absolute !important;
17   top: 0;
18   bottom: 40px;
19   left: 0;
20   right: 0;
21   border: 1px solid black;
22 }
23
24 #attribution {
25   position: absolute !important;
26   bottom: 0;
27   left: 0;
28   right: 0;
29   height: 40px;
30   font-size: 12px;
31   text-align: center;
32 }