adding the crumbspath as suggested in #93

various improvements in html display; add items list to items page, add link to json in crumbs bar, add description where available
This commit is contained in:
Paul
2019-04-13 15:39:07 +02:00
parent b14676f9e5
commit a2c2cdae49
8 changed files with 161 additions and 55 deletions
+16 -1
View File
@@ -6,4 +6,19 @@ header {
}
main {
background-color:white
}
}
.crumbs {
background-color:rgb(230, 230, 230);
padding: 6px;
}
.crumbs a {
padding-left:10px;
color:black;
text-transform: capitalize;
}
#items-map {
width: 100%;
height: 400px;
}