]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/extra.css
docs: correct URL of an internal link
[nominatim.git] / docs / extra.css
index 136c59a6438121ba5c3c645fb1376cd2feb378d3..155fa1aa71fcaf91bbbd66792a87110b206569a9 100644 (file)
@@ -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;
+}