From: Rob H. <for...@us...> - 2003-04-06 20:01:01
|
Update of /cvsroot/sandweb/sandweb/templates In directory sc8-pr-cvs1:/tmp/cvs-serv5461/templates Modified Files: vcs.html Log Message: turned "border" on one of the tables from 1 to 0, so that wierd little dot on the "Please enter VCS password" screen that has been bugging me won't show up anymore. Index: vcs.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/vcs.html,v retrieving revision 1.8 retrieving revision 1.9 diff -U2 -r1.8 -r1.9 --- vcs.html 22 Jan 2003 06:55:14 -0000 1.8 +++ vcs.html 6 Apr 2003 20:00:54 -0000 1.9 @@ -1,4 +1,4 @@ <!-- <TMPL_VAR NAME=PROGNAME> --> -<table width="100%" border="1" align="center" cellspacing="0" cellpadding="0"> +<table width="100%" border="0" align="center" cellspacing="0" cellpadding="0"> <tr> <center> |