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 {
|
||||
display: none;
|
||||
|
||||
table {
|
||||
width: 100%
|
||||
}
|
||||
}
|
||||
|
||||
.attribution_license,
|
||||
.attribution_project {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.attribution_notice {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.donate-attr { color: darken($green, 10%) !important; }
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue