Initial revision

This commit is contained in:
Geoffrey D. Bennett
2022-03-14 09:24:43 +10:30
commit 17b4d2f055
89 changed files with 40806 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.route-label { font-size: smaller; }
.route-label:hover { background: #e0e0e0; }
.route-label:drop(active) { box-shadow: none; background: #e0e0e0; }
.button { padding: 0px 5px 0px 5px; }