]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/extra.css
add secondary importance to API BDD tests
[nominatim.git] / docs / extra.css
index a8c3a1c86269aa128619eb6d9fe3b49f299d1c04..3aecf2ef750e2eae298708eb7e2b8b20cdc9d8ac 100644 (file)
@@ -1,3 +1,24 @@
 .toctree-l3 {
     display: none!important
 }
+
+table {
+    margin-bottom: 12pt
+}
+
+th, td {
+    padding: 1pt 12pt;
+}
+
+th {
+    background-color: #eee;
+}
+
+.doc-object h6 {
+    margin-bottom: 0.8em;
+    font-size: 120%;
+}
+
+.doc-object {
+    margin-bottom: 1.3em;
+}