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~9115 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/cb7436602d0b3910dbf49fcfaf2bcbe333fbe76b?hp=914cad0aa2fac3c70176230ad56d9a6e25477e8c 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; +}