]> git.openstreetmap.org Git - rails.git/commitdiff
Fix a few minor issues in the print stylesheet
authorTom Hughes <tom@compton.nu>
Tue, 10 May 2011 11:24:16 +0000 (12:24 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 17 May 2011 23:36:01 +0000 (00:36 +0100)
Stop the mobile header appearing, and set the size of the attribution.

public/stylesheets/print.css

index f1300257c3350146c98154acf57ae9f67277beeb..98d74d99aa397323dc89d8d12aa5b484bc8a8bb0 100644 (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;
+}