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 @@
- 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 --- |
|
@@ -223,32 +223,32 @@
- 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