Fix print CSS (fixes #379)
This commit is contained in:
parent
2d5df687fc
commit
f12c6b77cc
1 changed files with 21 additions and 29 deletions
|
@ -1,41 +1,33 @@
|
||||||
#small-title {
|
#small-title,
|
||||||
display: none;
|
#left,
|
||||||
}
|
#greeting,
|
||||||
|
#tabnav,
|
||||||
#left {
|
#sidebar,
|
||||||
display: none;
|
#permalink,
|
||||||
}
|
#editmenu,
|
||||||
|
|
||||||
#greeting {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#tabnav {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#sidebar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#permalink {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#editmenu {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.leaflet-control {
|
.leaflet-control {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#map {
|
#map {
|
||||||
|
position: absolute !important;
|
||||||
|
top: 0;
|
||||||
|
bottom: 40px;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
margin: auto !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#attribution {
|
#attribution {
|
||||||
|
position: absolute !important;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 40px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue