X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/09935d41484d5e9ec450bb16170785849029f3da..6eb1113dcb569f07367a801e6ac2dcb9565ec7b8:/docs/extra.css diff --git a/docs/extra.css b/docs/extra.css index a8c3a1c8..9289c1d3 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -1,3 +1,23 @@ .toctree-l3 { display: none!important } + +table { + margin-bottom: 12pt +} + +th, td { + padding: 1pt 12pt; +} + +th { + background-color: #eee; +} + +/* Indentation for mkdocstrings. +div.doc-contents:not(.first) { + padding-left: 25px; + border-left: 4px solid rgba(230, 230, 230); + margin-bottom: 60px; +}*/ +