openstreetmap-website/public/stylesheets/print.css
Tom Hughes 7e5bbd72eb Fix a few minor issues in the print stylesheet
Stop the mobile header appearing, and set the size of the attribution.
2011-05-10 12:24:16 +01:00

55 lines
531 B
CSS

#small-title {
display: none;
}
#left {
display: none;
}
#greeting {
display: none;
}
#tabnav {
display: none;
}
#sidebar {
display: none;
}
#permalink {
display: none;
}
#editmenu {
display: none;
}
.olControlPanZoom {
display: none;
}
.olControlPanZoomBar {
display: none;
}
.olControlLayerSwitcher {
display: none;
}
.olControlScaleLine {
display: none !important;
}
.olControlAttribution {
display: none !important;
}
#map {
border: 1px solid black;
}
#attribution {
font-size: 12px;
}