Improvements to the keyboard.

Add a number pad to the keyboard.  Make it hidden by default for
RLG-Web.
This commit is contained in:
John "Elwin" Edwards 2012-06-23 17:11:51 -07:00
parent 9ddc3c685c
commit 2ab0de0799
6 changed files with 59 additions and 6 deletions

View file

@ -21,6 +21,7 @@ div.rfloat {
}
div.centerb {
clear: both;
margin: 0.2em;
padding: 0.4em;
text-align: center;
@ -74,6 +75,10 @@ div#nogames {
text-align: center;
}
div#keys {
display: none;
}
div#debug {
display: none;
}