From f3372b9e51f53831d9b35d5320955e87dedb6d16 Mon Sep 17 00:00:00 2001 From: That-Guy Date: Thu, 22 Mar 2012 16:06:39 +0100 Subject: [PATCH] several fixes for non-complete JSON settings file (#17, 1h) --- server.html | 78 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 58 insertions(+), 20 deletions(-) diff --git a/server.html b/server.html index 315c2ea2..fb91ae12 100644 --- a/server.html +++ b/server.html @@ -164,6 +164,16 @@ margin: 10px 0 5px 15px; } + .errorlogin + { + color: #c33; + } + + .correctlogin + { + color: #393; + } + @@ -183,12 +193,12 @@