]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/print.css
Hide the OpenLayers attribution control when printing - we print an
[rails.git] / public / stylesheets / print.css
index 0b20a766fbb542d247112730ea513bfea927057d..924ba81649add543029a8f0990e504f824906013 100644 (file)
 .olControlLayerSwitcher {
   display: none;
 }
+
+.olControlAttribution {
+  display: none !important;
+}
+
+#map {
+  border: 1px solid black;
+}