From cb7436602d0b3910dbf49fcfaf2bcbe333fbe76b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 28 Nov 2007 23:59:39 +0000 Subject: [PATCH] Hide the OpenLayers attribution control when printing - we print an attribution under the map anyway. Also add a border round the map when printing. --- public/stylesheets/print.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +} -- 2.43.2