]> git.openstreetmap.org Git - rails.git/commitdiff
Hide the edit menu when printing
authorTom Hughes <tom@compton.nu>
Mon, 29 Nov 2010 20:59:59 +0000 (20:59 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 29 Nov 2010 21:19:54 +0000 (21:19 +0000)
public/stylesheets/print.css

index b03a26329db12e71cb436a40beeca4ffa3d8d329..f1300257c3350146c98154acf57ae9f67277beeb 100644 (file)
   display: none;
 }
 
   display: none;
 }
 
+#editmenu {
+  display: none;
+}
+
 .olControlPanZoom {
   display: none;
 }
 .olControlPanZoom {
   display: none;
 }