comparison style-rlg.css @ 77:f8bb37f48d58

Make font resizing affect the keyboard too. The keyboard font size now changes along with the terminal font size. This allows the keyboard to work at page widths down at least to 600px.
author John "Elwin" Edwards <elwin@sdf.org>
date Sat, 23 Jun 2012 17:41:27 -0700
parents a497ecd116d9
children 6145e1ea7ace
comparison
equal deleted inserted replaced
76:a497ecd116d9 77:f8bb37f48d58
75 text-align: center; 75 text-align: center;
76 } 76 }
77 77
78 div#keys { 78 div#keys {
79 display: none; 79 display: none;
80 font-size: 12px;
80 } 81 }
81 82
82 div#debug { 83 div#debug {
83 display: none; 84 display: none;
84 } 85 }