From 873b64793f81c4b39a025070d9d7b78df37af80f Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 15 Dec 2023 17:00:17 +0000 Subject: [PATCH] Improve layout of planet header --- cookbooks/planet/files/default/cgi/HEADER.cgi | 8 ++++---- cookbooks/planet/files/default/html/style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cookbooks/planet/files/default/cgi/HEADER.cgi b/cookbooks/planet/files/default/cgi/HEADER.cgi index 48c1a1508..165cc3e9f 100644 --- a/cookbooks/planet/files/default/cgi/HEADER.cgi +++ b/cookbooks/planet/files/default/cgi/HEADER.cgi @@ -79,7 +79,7 @@ database, and those published before the 12 September 2012 are distributed under

Using The Data

-

Extracts & Mirrors

+

Supporting OSM

@@ -116,8 +116,7 @@ database, and those published before the 12 September 2012 are distributed under Processed coastline data derived from OSM data is also needed for rendering usable maps.

- - +

Extracts & Mirrors

The complete planet is very large, so you may prefer to use one of several periodic extracts @@ -125,7 +124,8 @@ database, and those published before the 12 September 2012 are distributed under and BBBike.org are two providers of extracts with up-to-date worldwide coverage.

-

Supporting OSM

+ +

OSM data is free to use, but is not free to make or host. The stability and accuracy of OSM.org depends on its volunteers and donations from its users. Please consider diff --git a/cookbooks/planet/files/default/html/style.css b/cookbooks/planet/files/default/html/style.css index 600622fa2..a9ca89c4d 100644 --- a/cookbooks/planet/files/default/html/style.css +++ b/cookbooks/planet/files/default/html/style.css @@ -11,7 +11,7 @@ img#logo, h1 { margin: 0 1em 0 0; } a { white-space: nowrap; } li { margin-bottom: 1em; } -body>p { width: 42em; } +body>p { width: 57em; } table#about { -- 2.39.5