]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/extra.css
add japanese phrase preprocessing
[nominatim.git] / docs / extra.css
index 136c59a6438121ba5c3c645fb1376cd2feb378d3..033e99035d31261a95188af95e15788d60563b9c 100644 (file)
@@ -2,6 +2,10 @@
     display: none!important
 }
 
     display: none!important
 }
 
+.md-content {
+    max-width: 800px
+}
+
 table {
     margin-bottom: 12pt
 }
 table {
     margin-bottom: 12pt
 }
@@ -13,3 +17,25 @@ th, td {
 th {
     background-color: #eee;
 }
 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%;
+}