From: Tom Hughes Date: Sun, 20 Apr 2008 08:24:04 +0000 (+0000) Subject: Suppress the PanZoomBar control from printed output. X-Git-Tag: live~7788 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3052bd7bedc504728e6258a7dec01fd4f8df0e5f?ds=sidebyside Suppress the PanZoomBar control from printed output. --- diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index 924ba8164..3acf6b3fb 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -18,7 +18,7 @@ display: none; } -.olControlPanZoom { +.olControlPanZoomBar { display: none; }