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:
Tom Hughes 2011-05-10 12:24:16 +01:00
parent c7bb260b4c
commit ff174c1feb

View file

@ -1,3 +1,7 @@
#small-title {
display: none;
}
#left {
display: none;
}
@ -45,3 +49,7 @@
#map {
border: 1px solid black;
}
#attribution {
font-size: 12px;
}