From: Nick J. <nje...@us...> - 2002-02-05 04:26:02
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv24088 Modified Files: framework.html Log Message: * updated the top menu to not wrap under 640x480 Index: framework.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/framework.html,v retrieving revision 1.13 retrieving revision 1.14 diff -U2 -r1.13 -r1.14 --- framework.html 2002/02/01 03:45:40 1.13 +++ framework.html 2002/02/05 04:25:58 1.14 @@ -22,22 +22,22 @@ <table width="100%" border="0"> <tr> - <td width="30%"> + <td width="25%">   <br /> </td> - <td width="20%" align="right"> + <td width="25%" align="right"> <font size="4"><b><TMPL_VAR NAME=MENU_TITLE></b></font> </td> - <td width="20%" align="left"> + <td width="25%" align="left"> : <TMPL_VAR NAME=SUBMENU_TITLE><br /> </td> - <td width="30%"> + <td width="25%">   <br /> </td> </tr> <tr> - <td width="30%" align="center"> + <td width="25%" align="center">   <br /> </td> - <td width="40%" valign="center" align="center" bgcolor="#000000" colspan="2"> + <td width="50%" valign="center" align="center" bgcolor="#000000" colspan="2"> <table border="0" width="100%" align="center"> @@ -50,5 +50,5 @@ </td> - <td width="30%"> + <td width="25%">   <br/> </td> |