Change webapp url paths

Don't use `#`, because many people find it awkward. Now "normal" urls
are used and elm takes care to not issue a server request when these
change.
This commit is contained in:
Eike Kettner
2019-12-30 22:28:02 +01:00
parent b15b9cc217
commit 36a6fdd746
5 changed files with 44 additions and 29 deletions

View File

@@ -25,3 +25,7 @@
.docs h4 {
text-decoration: underline;
}
.docs .thumbnail img {
width: 100%;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 182 KiB