X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a692bfa8f9af7f7393b3c9abef2288de46295f1e..b7c83d35808c1706bc6e92d21c74765e23103446:/docs/extra.css?ds=sidebyside 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; +}