From fcf25c83d4f2514672d7209015272946ffb6611b Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 21 May 2020 20:32:36 -0600 Subject: [PATCH] Add numbers and prosigns --- static/index.html | 27 +++++++++++++++++++++++++-- static/vail.css | 3 ++- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index f2c89c3..b40559d 100644 --- a/static/index.html +++ b/static/index.html @@ -190,7 +190,7 @@ Dichotomous Key List -
+
@@ -198,9 +198,11 @@ + + @@ -208,6 +210,7 @@ + @@ -223,6 +226,7 @@ + @@ -230,6 +234,7 @@ + @@ -245,6 +250,7 @@ + @@ -252,14 +258,16 @@ + +
I .. S ... H ....4 ....-
V ...-3 ...--
U ..-
2 ..---
A .-
J .---1 .----
N -. D -.. B -...6 -....
X -..-M -- G --. Z --..7 --...
Q --.-
O --- 8 ---..
9 ----.
-
+
A .- B -... C -.-. @@ -286,6 +294,21 @@ X -..- Y -.-- Z --.. +
+ 0 ----- + 1 .---- + 2 ..--- + 3 ...-- + 4 ....- + 5 ..... + 6 -.... + 7 --... + 8 ---.. + 9 ----. +
+ Over .-. + Correction ........ + ? / Say Again ..--..
diff --git a/static/vail.css b/static/vail.css index c0ae502..4bc50ef 100644 --- a/static/vail.css +++ b/static/vail.css @@ -132,7 +132,8 @@ img { #morse-tree td:nth-child(n+2) { background: #eee; } -#morse-tree tr:nth-child(n+2) { +#morse-tree tr:nth-child(n+2), +#morse-tree td.dah { background: #ddd; }