]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/details.css
move checkModilePresence to class, delete own debug echo
[nominatim.git] / website / css / details.css
index 3eca1667198ab1dc3753dd8faecc4cdd8812cbe6..171de42acaa6ca3694b5619d53510894583133db 100644 (file)
@@ -2,14 +2,29 @@ h1 {
   margin: 10px 0;
   padding-left: 8px;
 }
+h1 small a {
+  font-size: 0.5em;
+  white-space: nowrap;
+}
 h2 {
   font-size: 2em;
   padding-left: 8px;
+  background-color: white;
 }
 h3 {
   font-size: 1.5em;
   padding-left: 8px;
 }
+
+tr.all-columns {
+  background-color: white !important; 
+  border: none;
+}
+tr.all-columns td {
+  border-top: none !important;
+  padding-left: 0 !important;
+}
+
 .table {
   width: 100%;
 }