X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4ae5ba7fc4a3451c806d89a583158412ea26bd01..75513a23a864190063ea4f798017913a3249c46f:/docs/extra.css diff --git a/docs/extra.css b/docs/extra.css index 9289c1d3..2151b066 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -2,6 +2,10 @@ display: none!important } +.wy-nav-content { + max-width: 900px!important +} + table { margin-bottom: 12pt } @@ -14,10 +18,14 @@ 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; -}*/ +.doc-object h6 { + margin-bottom: 0.8em; + font-size: 130%; +} + +.doc-object { + margin-bottom: 1.3em; +} +.doc-children .doc-contents { + margin-left: 3em;