]> git.openstreetmap.org Git - rails.git/commitdiff
Hide the scale bar when printing
authorTom Hughes <tom@compton.nu>
Tue, 9 Nov 2010 14:29:05 +0000 (14:29 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 9 Nov 2010 14:29:05 +0000 (14:29 +0000)
public/stylesheets/print.css

index 7d8c1a95648bf971adaada3437182d4b7f9736fe..b03a26329db12e71cb436a40beeca4ffa3d8d329 100644 (file)
   display: none;
 }
 
+.olControlScaleLine {
+  display: none !important;
+}
+
 .olControlAttribution {
   display: none !important;
 }