From 94914dc469910ba43ee621cf02ab2ef133ca2bf6 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 19 May 2020 12:15:36 -0600 Subject: [PATCH] Monospace list, and upper-case everything. I want it on the record that I think this is ugly. Fixes #9 --- static/index.html | 104 +++++++++++++++++++++++----------------------- static/vail.css | 3 +- 2 files changed, 54 insertions(+), 53 deletions(-) diff --git a/static/index.html b/static/index.html index 7e68238..bb880c6 100644 --- a/static/index.html +++ b/static/index.html @@ -157,63 +157,63 @@ - - - - + + + + - + - - + + - - - + + + - - + + - + - - - - + + + + - + - - + + - + - - - + + + - + - + @@ -223,32 +223,32 @@
e .i ..s ...h ....E .I ..S ...H ....
v ...-V ...-
u ..-f ..-.U ..-F ..-.
a .-r .-.l .-..A .-R .-.L .-..
w .--p .--.W .--P .--.
j .---J .---
t -n -.d -..b -...T -N -.D -..B -...
x -..-X -..-
k -.-c -.-.K -.-C -.-.
y -.--Y -.--
m --g --.z --..M --G --.Z --..
q --.-Q --.-
o ---O ---
- a .- - b -... - c -.-. - d -.. - e . - f ..-. - g --. - h .... - i .. - j .--- - k -.- - l .-.. - m -- - n -. - o --- - p .--. - q --.- - r .-. - s ... - t - - u ..- - v ...- - w .-- - x -..- - y -.-- - z --.. + A .- + B -... + C -.-. + D -.. + E . + F ..-. + G --. + H .... + I .. + J .--- + K -.- + L .-.. + M -- + N -. + O --- + P .--. + Q --.- + R .-. + S ... + T - + U ..- + V ...- + W .-- + X -..- + Y -.-- + Z --..
diff --git a/static/vail.css b/static/vail.css index a3aad3b..58050ec 100644 --- a/static/vail.css +++ b/static/vail.css @@ -115,8 +115,9 @@ img { } #morse-list span { + font-family: monospace; display: inline-block; background: #eee; margin: 1px; padding: 0.4em; - width: 3em; \ No newline at end of file + min-width: 4em; \ No newline at end of file