|
From: FlorinCB <ory...@us...> - 2008-10-12 01:28:48
|
Update of /cvsroot/mxbb/mx_glance/templates/subsilver2 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25018/templates/subsilver2 Modified Files: glance_body.html Log Message: fix Index: glance_body.html =================================================================== RCS file: /cvsroot/mxbb/mx_glance/templates/subsilver2/glance_body.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** glance_body.html 24 Jan 2008 18:51:08 -0000 1.1 --- glance_body.html 12 Oct 2008 01:28:42 -0000 1.2 *************** *** 1,3 **** ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN no_glance_news_and_recent --> <tr> --- 1,4 ---- ! <div class="textbody"> ! <table cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN no_glance_news_and_recent --> <tr> *************** *** 83,85 **** </tr> <!-- END switch_glance_recent --> ! </table> \ No newline at end of file --- 84,87 ---- </tr> <!-- END switch_glance_recent --> ! </table> ! </div> \ No newline at end of file |