# HG changeset patch # User John "Elwin" Edwards # Date 1342028620 25200 # Node ID e84a99712c62df54d011e336ffcb3c23a5ab86e0 # Parent 597e9477b8ae1409f58b7fd3c5755c1ed51c2cb3 RLG-Web client: hide debugging information. Remove the button that shows div#debug. Alerting the user should be done with message(). diff -r 597e9477b8ae -r e84a99712c62 index-rlg.html --- a/index-rlg.html Wed Jul 11 10:30:33 2012 -0700 +++ b/index-rlg.html Wed Jul 11 10:43:40 2012 -0700 @@ -127,11 +127,10 @@ + -
diff -r 597e9477b8ae -r e84a99712c62 style-rlg.css --- 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 {