Merge remote-tracking branch 'upstream/pull/4115'
This commit is contained in:
commit
52bb2a4430
2 changed files with 15 additions and 13 deletions
|
@ -634,19 +634,6 @@ body.small-nav {
|
||||||
|
|
||||||
#attribution {
|
#attribution {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
table {
|
|
||||||
width: 100%
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.attribution_license,
|
|
||||||
.attribution_project {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.attribution_notice {
|
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.donate-attr { color: darken($green, 10%) !important; }
|
.donate-attr { color: darken($green, 10%) !important; }
|
||||||
|
|
|
@ -18,6 +18,8 @@ html {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Rules for attribution text under the main map shown on printouts */
|
||||||
|
|
||||||
#attribution {
|
#attribution {
|
||||||
position: absolute !important;
|
position: absolute !important;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -26,4 +28,17 @@ html {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100%
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.attribution_license,
|
||||||
|
.attribution_project {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.attribution_notice {
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue