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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user