|
From: OryNider <ory...@us...> - 2007-10-03 00:43:59
|
Update of /cvsroot/mxbb/mx_shotcast/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv24430 Modified Files: Tag: core28x shotcast_stats.tpl Log Message: template fix. Index: shotcast_stats.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/subSilver/shotcast_stats.tpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** shotcast_stats.tpl 6 Jun 2007 23:21:19 -0000 1.1 --- shotcast_stats.tpl 3 Oct 2007 00:43:52 -0000 1.1.2.1 *************** *** 2,16 **** <style type="text/css"> <!-- ! .table {font-family: Verdana; font-size: 10px;} td.nav { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; font-weight: bold; font-size: 12px} ! td.stat { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; color: #000e88;} --> </style> </head> ! <table width="{BLOCK_SIZE}" cellpadding="0" cellspacing="0" border="0" class="forumline"> ! <tr> ! <td> ! ! <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> <td class="row1" align="center" valign="middle" rowspan="1"> --- 2,12 ---- <style type="text/css"> <!-- ! .table { font-family: Verdana; font-size: 10px; background-color: #c0c0c0; } td.nav { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; font-weight: bold; font-size: 12px} ! td.stat { border-top: 1px solid #FFFFFF; border-bottom: 1px solid #859288; padding: 1px 0 1px 5px; color: ##000e88;} --> </style> </head> ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <tr> <td class="row1" align="center" valign="middle" rowspan="1"> *************** *** 79,84 **** </td> - </tr> - </table> - <br clear="all" /> --- 75,77 ---- |