Fix print CSS (fixes #379)

This commit is contained in:
John Firebaugh 2013-07-24 17:15:06 -07:00 committed by Tom Hughes
parent 2d5df687fc
commit f12c6b77cc

View file

@ -1,41 +1,33 @@
#small-title {
display: none;
}
#left {
display: none;
}
#greeting {
display: none;
}
#tabnav {
display: none;
}
#sidebar {
display: none;
}
#permalink {
display: none;
}
#editmenu {
display: none;
}
#small-title,
#left,
#greeting,
#tabnav,
#sidebar,
#permalink,
#editmenu,
.leaflet-control {
display: none;
}
html {
height: 100%;
}
#map {
position: absolute !important;
top: 0;
bottom: 40px;
left: 0;
right: 0;
border: 1px solid black;
margin: auto !important;
}
#attribution {
position: absolute !important;
bottom: 0;
left: 0;
right: 0;
height: 40px;
font-size: 12px;
text-align: center;
}