]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/print.css
Make the export bar less ugly
[rails.git] / app / assets / stylesheets / print.css
1 #small-title {
2   display: none;
3 }
4
5 #left {
6   display: none;
7 }
8
9 #greeting {
10   display: none;
11 }
12
13 #tabnav {
14   display: none;
15 }
16
17 #sidebar {
18   display: none;
19 }
20
21 #permalink {
22   display: none;
23 }
24
25 #editmenu {
26   display: none;
27 }
28
29 .leaflet-control {
30   display: none;
31 }
32
33 #map {
34   border: 1px solid black;
35   margin: auto !important;
36 }
37
38 #attribution {
39   font-size: 12px;
40   text-align: center;
41 }