]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/print.css
Set an explicit 0px border on the map
[rails.git] / app / assets / stylesheets / print.css
index 98d74d99aa397323dc89d8d12aa5b484bc8a8bb0..367bd4fa566ddb6a8f8435618e60c6b771b98559 100644 (file)
   display: none;
 }
 
-.olControlPanZoom {
+.olControlZoom {
   display: none;
 }
 
-.olControlPanZoomBar {
+.olControlSimplePanZoom {
   display: none;
 }
 
-.olControlLayerSwitcher {
+.SimpleLayerSwitcher {
   display: none;
 }
 
 
 #map {
   border: 1px solid black;
+  margin: auto !important;
 }
 
 #attribution {
   font-size: 12px;
+  text-align: center;
 }