]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/print.css
Merge remote-tracking branch 'upstream/pull/4747'
[rails.git] / app / assets / stylesheets / print.css
diff --git a/app/assets/stylesheets/print.css b/app/assets/stylesheets/print.css
deleted file mode 100644 (file)
index 84efa0e..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-#small-title,
-#left,
-#greeting,
-#tabnav,
-#sidebar,
-#permalink,
-.leaflet-control {
-  display: none;
-}
-
-html {
-  height: 100%;
-}
-
-#map {
-  position: absolute !important;
-  top: 0;
-  bottom: 40px;
-  left: 0;
-  right: 0;
-  border: 1px solid black;
-}
-
-#attribution {
-  position: absolute !important;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  height: 40px;
-  font-size: 12px;
-  text-align: center;
-}