From: Nick J. <nje...@us...> - 2001-12-21 22:13:33
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv13707/templates Modified Files: browse.html Log Message: * Fixed table cell spacing in browse.html Index: browse.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse.html,v retrieving revision 1.45 retrieving revision 1.46 diff -U2 -r1.45 -r1.46 --- browse.html 2001/12/21 08:12:20 1.45 +++ browse.html 2001/12/21 22:13:30 1.46 @@ -63,5 +63,5 @@ <table width="100%" border="1"> <tr> - <td width="60%" align="left"> + <td width="60%" align="left" colspan="3"> <a href="javascript:selectAll(document.browse.filename)">Select All</a> | |