openstreetmap-website/app/assets/stylesheets/print.css
John Firebaugh d920d94f69 Revert "Eliminate HTML5 elements"
This led to a huge mess of conflicting CSS rule priorities.

This reverts commit 9fc8bc9368.
2013-11-15 10:37:10 -08:00

29 lines
357 B
CSS

header,
#sidebar,
#permalink,
.leaflet-control {
display: none;
}
html {
height: 100%;
}
#map {
position: absolute !important;
top: 0;
bottom: 40px;
left: 0;
right: 0;
border: 1px solid black;
}
#attribution {
position: absolute !important;
bottom: 0;
left: 0;
right: 0;
height: 40px;
font-size: 12px;
text-align: center;
}