diff style-rlg.css @ 95:e84a99712c62

RLG-Web client: hide debugging information. Remove the button that shows div#debug. Alerting the user should be done with message().
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 11 Jul 2012 10:43:40 -0700
parents 6145e1ea7ace
children 7bb634f6995c
line wrap: on
line diff
--- a/style-rlg.css	Wed Jul 11 10:30:33 2012 -0700
+++ b/style-rlg.css	Wed Jul 11 10:43:40 2012 -0700
@@ -90,8 +90,11 @@
 div#messages div {
 	margin: 0.4em 0.8em;
 	padding: 0.4em 0.4em;
+	background-color: white;
+}
+
+div#messages > div:first-child {
 	font-weight: bold;
-	background-color: white;
 }
 
 div#debug {