From: Tom Hughes Date: Tue, 9 Nov 2010 14:29:05 +0000 (+0000) Subject: Hide the scale bar when printing X-Git-Tag: live~6863^2~45 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/12b2458e602ce91cfa566a51b5719f2bc6a6418f Hide the scale bar when printing --- diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 7d8c1a956..b03a26329 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -30,6 +30,10 @@ display: none; } +.olControlScaleLine { + display: none !important; +} + .olControlAttribution { display: none !important; }