]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4115'
authorTom Hughes <tom@compton.nu>
Sun, 30 Jul 2023 17:53:30 +0000 (18:53 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 30 Jul 2023 17:53:30 +0000 (18:53 +0100)
app/assets/stylesheets/common.scss
app/assets/stylesheets/print.scss

index 02bddc800faf6f4bc5296fc8974ee684903be969..80a1c584b86dfdd928b73903a7e5a1951cc83790 100644 (file)
@@ -634,19 +634,6 @@ body.small-nav {
 
 #attribution {
   display: none;
-
-  table {
-    width: 100%
-  }
-}
-
-.attribution_license,
-.attribution_project {
-  text-align: left;
-}
-
-.attribution_notice {
-  text-align: center;
 }
 
 .donate-attr { color: darken($green, 10%) !important; }
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;
 }