X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/d3425c4fa916369116dec8a3f20d73b7ee9bd512..3127d59613c54c58a77784ece4c0e2de02d5a282:/docs/extra.css diff --git a/docs/extra.css b/docs/extra.css index 136c59a6..155fa1aa 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 } @@ -13,3 +17,20 @@ th, td { 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; +}