]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/print.css
Use ejs templates in browse JS
[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 .olControlZoom {
30   display: none;
31 }
32
33 .olControlSimplePanZoom {
34   display: none;
35 }
36
37 .SimpleLayerSwitcher {
38   display: none;
39 }
40
41 .olControlScaleLine {
42   display: none !important;
43 }
44
45 .olControlAttribution {
46   display: none !important;
47 }
48
49 #map {
50   border: 1px solid black;
51   margin: auto !important;
52 }
53
54 #attribution {
55   font-size: 12px;
56   text-align: center;
57 }