From 16df3d2a7af46d2aabcd84c79b166180f0660b43 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Wed, 11 Jul 2012 10:43:40 -0700 Subject: [PATCH] RLG-Web client: hide debugging information. Remove the button that shows div#debug. Alerting the user should be done with message(). --- index-rlg.html | 5 ++--- style-rlg.css | 5 ++++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index-rlg.html b/index-rlg.html index 1936b18..2052864 100644 --- a/index-rlg.html +++ b/index-rlg.html @@ -127,11 +127,10 @@ + -
diff --git a/style-rlg.css b/style-rlg.css index 573d3ee..a98c850 100644 --- a/style-rlg.css +++ b/style-rlg.css @@ -90,10 +90,13 @@ div#messages { div#messages div { margin: 0.4em 0.8em; padding: 0.4em 0.4em; - font-weight: bold; background-color: white; } +div#messages > div:first-child { + font-weight: bold; +} + div#debug { display: none; }