X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e7b738fe35a2ec13efdc22c9f068c477182da6c3..0d500d4bd19728baa82ee42c4e2d80edbc33aae8:/docs/extra.css diff --git a/docs/extra.css b/docs/extra.css index a8c3a1c8..033e9903 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -1,3 +1,41 @@ .toctree-l3 { display: none!important } + +.md-content { + max-width: 800px +} + +table { + margin-bottom: 12pt +} + +th, td { + padding: 1pt 12pt; +} + +th { + background-color: #eee; +} + +.doc-object h6 { + margin-bottom: 0.8em; + font-size: 130%; +} + +.doc-object { + margin-bottom: 1.3em; +} + +.doc-children .doc-contents { + margin-left: 3em; +} + +.md-footer__inner { + display: none; +} + +.headerlink { + filter: grayscale(100%); + font-size: 80%; +}