From: Tom Hughes Date: Mon, 29 Nov 2010 20:59:59 +0000 (+0000) Subject: Hide the edit menu when printing X-Git-Tag: live~6263^2~23 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a18c46435774b46bf91055213f30db0c9957a295?hp=70b3feb03afa61497f7c1d9f5f18fc5e46aebcb9 Hide the edit menu when printing --- diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index b03a26329..f1300257c 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -18,6 +18,10 @@ display: none; } +#editmenu { + display: none; +} + .olControlPanZoom { display: none; }