Fix a few minor issues in the print stylesheet
Stop the mobile header appearing, and set the size of the attribution.
This commit is contained in:
parent
c7bb260b4c
commit
ff174c1feb
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
#small-title {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
#left {
|
#left {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -45,3 +49,7 @@
|
||||||
#map {
|
#map {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#attribution {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue