From: Tom Hughes Date: Tue, 10 May 2011 11:24:16 +0000 (+0100) Subject: Fix a few minor issues in the print stylesheet X-Git-Tag: live~6250^2~9 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7e5bbd72eb1fb26e07cc0b771d5df2c2bbd4124a Fix a few minor issues in the print stylesheet Stop the mobile header appearing, and set the size of the attribution. --- diff --git a/public/stylesheets/print.css b/public/stylesheets/print.css index f1300257c..98d74d99a 100644 --- a/public/stylesheets/print.css +++ b/public/stylesheets/print.css @@ -1,3 +1,7 @@ +#small-title { + display: none; +} + #left { display: none; } @@ -45,3 +49,7 @@ #map { border: 1px solid black; } + +#attribution { + font-size: 12px; +}