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 { #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;
} }