[SimBot-commits] CVS: simbot/templates channel_stats.default.tmpl,1.3,1.4 nick_stats.default.tmpl,1.
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-08-18 23:38:34
|
Update of /cvsroot/simbot/simbot/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1586 Modified Files: channel_stats.default.tmpl nick_stats.default.tmpl Log Message: Move the CSS stuff into the CSS file. Index: channel_stats.default.tmpl =================================================================== RCS file: /cvsroot/simbot/simbot/templates/channel_stats.default.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -p -r1.3 -r1.4 --- channel_stats.default.tmpl 18 Aug 2005 23:19:34 -0000 1.3 +++ channel_stats.default.tmpl 18 Aug 2005 23:37:59 -0000 1.4 @@ -2,10 +2,10 @@ Copy to channel_stats.local.tmpl before editing --> <h4>Activity by Hour <TMPL_VAR NAME=timezone></h4> <table id="hourgraph"> -<tr valign="bottom"> +<tr valign="bottom" id="hourgraphrow"> <TMPL_LOOP NAME=hourloop> - <td style="height: 10em;"> - <div class="hour<TMPL_VAR NAME=hour>" style="height: <TMPL_VAR NAME="percent">%; background-color: #DDD; border: thin solid black; overflow: hidden;"> </div></td> + <td> + <div class="hour<TMPL_VAR NAME=hour>" style="height: <TMPL_VAR NAME="percent">%;"> </div></td> </TMPL_LOOP> </tr> <tr> Index: nick_stats.default.tmpl =================================================================== RCS file: /cvsroot/simbot/simbot/templates/nick_stats.default.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -p -r1.3 -r1.4 --- nick_stats.default.tmpl 18 Aug 2005 23:19:34 -0000 1.3 +++ nick_stats.default.tmpl 18 Aug 2005 23:37:59 -0000 1.4 @@ -2,10 +2,10 @@ Copy to nick_stats.local.tmpl before editing --> <h4>Activity by Hour <TMPL_VAR NAME=timezone></h4> <table id="hourgraph"> -<tr valign="bottom"> +<tr valign="bottom" id="hourgraphrow"> <TMPL_LOOP NAME=hourloop> - <td style="height: 10em;"> - <div class="hour<TMPL_VAR NAME=hour>" style="height: <TMPL_VAR NAME="percent">%; background-color: #DDD; border: thin solid black; overflow: hidden;"> </div></td> + <td> + <div class="hour<TMPL_VAR NAME=hour>" style="height: <TMPL_VAR NAME="percent">%;"> </div></td> </TMPL_LOOP> </tr> <tr> |