diff options
-rw-r--r-- | httemplate/loginout/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/loginout/login.html b/httemplate/loginout/login.html index 8d599ad68..b787a3eea 100644 --- a/httemplate/loginout/login.html +++ b/httemplate/loginout/login.html @@ -18,7 +18,7 @@ <FORM METHOD="POST" ACTION="/login"> <INPUT TYPE="hidden" NAME="destination" VALUE="<% $uri %>"> - <TABLE CELLSPACING=0 CELLPADDING=4 BGCOLOR="#cccccc"> + <TABLE CELLSPACING=0 CELLPADDING=4 CLASS="fsinnerbox"> <TR> <TD ALIGN="right">Username: </TD> <TD><INPUT TYPE="text" NAME="credential_0" SIZE="13"></TD> |