openstreetmap-website/public/stylesheets/print.css
Tom Hughes cb7436602d Hide the OpenLayers attribution control when printing - we print an
attribution under the map anyway. Also add a border round the map when
printing.
2007-11-28 23:59:39 +00:00

35 lines
331 B
CSS

#left {
display: none;
}
#greeting {
display: none;
}
#tabnav {
display: none;
}
#sidebar {
display: none;
}
#permalink {
display: none;
}
.olControlPanZoom {
display: none;
}
.olControlLayerSwitcher {
display: none;
}
.olControlAttribution {
display: none !important;
}
#map {
border: 1px solid black;
}