Hide the scale bar when printing

This commit is contained in:
Tom Hughes 2010-11-09 14:29:05 +00:00
parent 624453948e
commit 12b2458e60

View file

@ -30,6 +30,10 @@
display: none;
}
.olControlScaleLine {
display: none !important;
}
.olControlAttribution {
display: none !important;
}