X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/620100a5ac943e86e54f81f40dc52f1dd0d61330..414e6f089fc361ac22e28227be2d34a256226505:/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%; }