history: mark nodes with location set

This commit is contained in:
Nils Schneider 2015-03-20 20:36:49 +01:00
commit ac5613ec70
2 changed files with 11 additions and 0 deletions

View file

@ -88,6 +88,10 @@
box-sizing: border-box;
}
#lists .icon {
padding: 0 0.25em;
}
#lists, #map {
height: 100vh;
}