X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e7b738fe35a2ec13efdc22c9f068c477182da6c3..878a1d756d34169609ab64ee228d164bbf3bfad7:/docs/extra.css diff --git a/docs/extra.css b/docs/extra.css index a8c3a1c8..3aecf2ef 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -1,3 +1,24 @@ .toctree-l3 { display: none!important } + +table { + margin-bottom: 12pt +} + +th, td { + padding: 1pt 12pt; +} + +th { + background-color: #eee; +} + +.doc-object h6 { + margin-bottom: 0.8em; + font-size: 120%; +} + +.doc-object { + margin-bottom: 1.3em; +}