Private
Public Access
1
0

add boat done

This commit is contained in:
Sander Roosendaal
2018-10-01 09:41:24 +02:00
parent 004031e352
commit f67bcdd95b
6 changed files with 25 additions and 19 deletions

View File

@@ -312,6 +312,14 @@ th.rotate > div > span {
color: #ffffff;
}
.leafletmap {
padding:0;
margin:0;
display: grid;
grid-gap: 0;
}
.input {
font: 1.1em/1.5em sans-serif;
text-decoration: none;
@@ -902,3 +910,4 @@ a.wh:hover {
/* show children when item is checked */
display: block;
}

View File

@@ -390,6 +390,7 @@
grid-column-end: span 4;
}
.maxheight {
max-height: 300px;
overflow: scroll;