From: Tom Hughes Date: Wed, 28 Nov 2007 23:59:39 +0000 (+0000) Subject: Hide the OpenLayers attribution control when printing - we print an X-Git-Tag: live~9074 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/cb7436602d0b3910dbf49fcfaf2bcbe333fbe76b?ds=inline Hide the OpenLayers attribution control when printing - we print an attribution under the map anyway. Also add a border round the map when printing. --- diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 0b20a766f..924ba8164 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -25,3 +25,11 @@ .olControlLayerSwitcher { display: none; } + +.olControlAttribution { + display: none !important; +} + +#map { + border: 1px solid black; +}