]> git.openstreetmap.org Git - rails.git/commitdiff
Hide the OpenLayers attribution control when printing - we print an
authorTom Hughes <tom@compton.nu>
Wed, 28 Nov 2007 23:59:39 +0000 (23:59 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 28 Nov 2007 23:59:39 +0000 (23:59 +0000)
attribution under the map anyway. Also add a border round the map when
printing.

public/stylesheets/print.css

index 0b20a766fbb542d247112730ea513bfea927057d..924ba81649add543029a8f0990e504f824906013 100644 (file)
 .olControlLayerSwitcher {
   display: none;
 }
 .olControlLayerSwitcher {
   display: none;
 }
+
+.olControlAttribution {
+  display: none !important;
+}
+
+#map {
+  border: 1px solid black;
+}