]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/css/details.css
vagrant centos: make sure /home/vagrant/Nominatim directory doesnt get created
[nominatim.git] / website / css / details.css
index 3eca1667198ab1dc3753dd8faecc4cdd8812cbe6..f1234295f4d44378e6dfb8958531d9859d53a1db 100644 (file)
@@ -5,11 +5,22 @@ h1 {
 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%;
 }