X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/521d6294993f8d8d46d93d514c08556d0c924786..6a0d00faf06b4726286bbfcb216c382ca2e23bd0:/website/css/details.css?ds=sidebyside diff --git a/website/css/details.css b/website/css/details.css index 3eca1667..171de42a 100644 --- a/website/css/details.css +++ b/website/css/details.css @@ -2,14 +2,29 @@ h1 { margin: 10px 0; padding-left: 8px; } +h1 small a { + font-size: 0.5em; + white-space: nowrap; +} h2 { font-size: 2em; padding-left: 8px; + background-color: white; } h3 { font-size: 1.5em; padding-left: 8px; } + +tr.all-columns { + background-color: white !important; + border: none; +} +tr.all-columns td { + border-top: none !important; + padding-left: 0 !important; +} + .table { width: 100%; }