Merge remote-tracking branch 'upstream/pull/4115'

This commit is contained in:
Tom Hughes 2023-07-30 18:53:30 +01:00
commit 52bb2a4430
2 changed files with 15 additions and 13 deletions

View 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; }

View 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;
}