]> git.openstreetmap.org Git - chef.git/commitdiff
Improve layout of planet header
authorTom Hughes <tom@compton.nu>
Fri, 15 Dec 2023 17:00:17 +0000 (17:00 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 15 Dec 2023 17:00:17 +0000 (17:00 +0000)
cookbooks/planet/files/default/cgi/HEADER.cgi
cookbooks/planet/files/default/html/style.css

index 48c1a15083b532148009d27ceb1b7343777c4938..165cc3e9f34de782f13fa866370b124dc472b9de 100644 (file)
@@ -79,7 +79,7 @@ database, and those published before the 12 September 2012 are distributed under
         <h2>Using The Data</h2>
     </th>
     <th>
-        <h2>Extracts &amp; Mirrors</h2>
+        <h2 id="supporting-osm">Supporting OSM</h2>
     </th>
   </tr>
   <tr>
@@ -116,8 +116,7 @@ database, and those published before the 12 September 2012 are distributed under
         <a href="https://osmdata.openstreetmap.de/">Processed coastline data</a>
         derived from OSM data is also needed for rendering usable maps.
         </p>
-    </td>
-    <td>
+        <h3>Extracts &amp; Mirrors</h3>
         <p>
         The complete planet is very large, so you may prefer to use one of
         <a href="https://wiki.openstreetmap.org/wiki/Planet.osm#Downloading">several periodic extracts</a>
@@ -125,7 +124,8 @@ database, and those published before the 12 September 2012 are distributed under
         and <a href="https://download.bbbike.org/osm/">BBBike.org</a> are two providers
         of extracts with up-to-date worldwide coverage.
         </p>
-        <h3 id="supporting-osm">Supporting OSM</h3>
+    </td>
+    <td>
         <p>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 
index 600622fa268f37a73011d3be60958c09c7bfeb77..a9ca89c4d2c602e88299c610283e275f5cebcc23 100644 (file)
@@ -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
 {