From ff174c1feb1c4990107d65b07ca6b5745f5742df Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 10 May 2011 12:24:16 +0100 Subject: [PATCH 1/1] Fix a few minor issues in the print stylesheet Stop the mobile header appearing, and set the size of the attribution. --- public/stylesheets/print.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; +} -- 2.43.2