RLG-Web client: some visual improvements.

Hide the debugging messages by default.
This commit is contained in:
John "Elwin" Edwards 2012-06-20 14:11:57 -07:00
parent 2d9c8bd011
commit b34eeb2de8
3 changed files with 14 additions and 1 deletions

View file

@ -62,5 +62,11 @@ div#register div.formtable span.ibutton {
div#nogames {
display: none;
margin-top: 2em;
font-weight: bold;
text-align: center;
}
div#debug {
display: none;
}