|
From: Jon O. <jon...@us...> - 2008-02-18 21:16:41
|
Update of /cvsroot/mxbb/mx_linkdb/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7251 Modified Files: link_main_body.tpl Log Message: ugliness Index: link_main_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_linkdb/templates/_core/link_main_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** link_main_body.tpl 9 Sep 2007 20:09:51 -0000 1.1 --- link_main_body.tpl 18 Feb 2008 21:16:37 -0000 1.2 *************** *** 78,86 **** </tr> <tr> ! <td class="row1" width="80%"> <span class="gensmall">{L_LINK_US_EXPLAIN}</span><br /> <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" style="table-layout:fixed;" class="bodyline"> <tr> ! <td style="left:0px;width:100%;word-wrap:break-word;font-size=9px;" class="gensmall">{LINK_US_SYNTAX}</td> </tr> </table> --- 78,86 ---- </tr> <tr> ! <td class="row1"> <span class="gensmall">{L_LINK_US_EXPLAIN}</span><br /> <table width="100%" cellspacing="1" cellpadding="4" border="0" align="center" style="table-layout:fixed;" class="bodyline"> <tr> ! <td class="gensmall"><div style="overflow: auto; height:30px;">{LINK_US_SYNTAX}</div></td> </tr> </table> |