comparison style-rlg.css @ 76:a497ecd116d9

Improvements to the keyboard. Add a number pad to the keyboard. Make it hidden by default for RLG-Web.
author John "Elwin" Edwards <elwin@sdf.org>
date Sat, 23 Jun 2012 17:11:51 -0700
parents b8b7660c0b5d
children f8bb37f48d58
comparison
equal deleted inserted replaced
75:2984604ce3e6 76:a497ecd116d9
19 font-size: 1.2em; 19 font-size: 1.2em;
20 padding: 0.4em; 20 padding: 0.4em;
21 } 21 }
22 22
23 div.centerb { 23 div.centerb {
24 clear: both;
24 margin: 0.2em; 25 margin: 0.2em;
25 padding: 0.4em; 26 padding: 0.4em;
26 text-align: center; 27 text-align: center;
27 } 28 }
28 29
72 margin-bottom: 3em; 73 margin-bottom: 3em;
73 font-weight: bold; 74 font-weight: bold;
74 text-align: center; 75 text-align: center;
75 } 76 }
76 77
78 div#keys {
79 display: none;
80 }
81
77 div#debug { 82 div#debug {
78 display: none; 83 display: none;
79 } 84 }