Hide the OpenLayers attribution control when printing - we print an

attribution under the map anyway. Also add a border round the map when
printing.
This commit is contained in:
Tom Hughes 2007-11-28 23:59:39 +00:00
parent 914cad0aa2
commit cb7436602d

View file

@ -25,3 +25,11 @@
.olControlLayerSwitcher {
display: none;
}
.olControlAttribution {
display: none !important;
}
#map {
border: 1px solid black;
}