Make timeline entries clickable

This commit is contained in:
Maximilian Grundke
2015-12-10 14:03:23 +01:00
parent 842907f1fa
commit 53330fbdc5
3 changed files with 12 additions and 1 deletions

View File

@@ -7,3 +7,6 @@
height: 400px;
}
.clickable {
cursor: pointer;
}