]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/common.css
small typos and wording in the API docs
[nominatim.git] / website / css / common.css
index aaf0b340491cd7946d09b2aa17d402a646da6103..a6d12f4cdcf390a03ca272484251191c13af627b 100644 (file)
@@ -1,6 +1,6 @@
 header {
   width: 100%;
-  padding: 5px;
+  padding: 5px 15px;
   z-index: 5;
 }
 
@@ -29,3 +29,7 @@ header #last-updated {
   white-space: nowrap;
   text-align: center;
 }
+
+header .dropdown-menu {
+  z-index: 1001;
+}