]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/print.scss
Merge remote-tracking branch 'upstream/pull/4152'
[rails.git] / app / assets / stylesheets / print.scss
index fa04314b1fe55bfda816e9eab85dbba1d70abbd9..71fdf3978086dab10841e66ca4cb40615ed05810 100644 (file)
@@ -18,6 +18,8 @@ html {
   border: 1px solid black;
 }
 
+/* Rules for attribution text under the main map shown on printouts */
+
 #attribution {
   position: absolute !important;
   bottom: 0;
@@ -26,4 +28,17 @@ html {
   height: 40px;
   font-size: 12px;
   text-align: center;
+
+  table {
+    width: 100%
+  }
+}
+
+.attribution_license,
+.attribution_project {
+  text-align: left;
+}
+
+.attribution_notice {
+  text-align: center;
 }