diff 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
line wrap: on
line diff
--- a/style-rlg.css	Thu Jun 21 23:44:51 2012 -0700
+++ b/style-rlg.css	Sat Jun 23 17:11:51 2012 -0700
@@ -21,6 +21,7 @@
 }
 
 div.centerb {
+	clear: both;
 	margin: 0.2em;
 	padding: 0.4em;
 	text-align: center;
@@ -74,6 +75,10 @@
 	text-align: center;
 }
 
+div#keys {
+	display: none;
+}
+
 div#debug {
 	display: none;
 }