From 3052bd7bedc504728e6258a7dec01fd4f8df0e5f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 20 Apr 2008 08:24:04 +0000 Subject: [PATCH] Suppress the PanZoomBar control from printed output. --- public/stylesheets/print.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.43.2