Skip to content

Commit

Permalink
[REMOVED] More Font tags
Browse files Browse the repository at this point in the history
  • Loading branch information
MPOS123 committed May 12, 2014
1 parent 3f3ff74 commit fef95b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/bootstrap/statistics/pool/general_stats.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tr>
<th>Current Difficulty</th>
{if ! $GLOBAL.website.chaininfo.disabled}
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><font size="2"><span id="b-diff">{$NETWORK.difficulty|number_format:"8"}</span></font></a></td>
<td><a href="{$GLOBAL.website.chaininfo.url}" target="_new"><span id="b-diff">{$NETWORK.difficulty|number_format:"8"}</span></a></td>
{else}
<td><span id="b-diff">{$NETWORK.difficulty|number_format:"8"}</span></td>
{/if}
Expand All @@ -36,7 +36,7 @@
</tr>
<tr>
<th>Est. Avg. Time per Round (Network)</th>
<td><font size="2">{$NETWORK.EstTimePerBlock|seconds_to_words}</font></td>
<td>{$NETWORK.EstTimePerBlock|seconds_to_words}</td>
</tr>
<tr>
<th>Est. Avg. Time per Round (Pool)</th>
Expand All @@ -49,7 +49,7 @@
{if ! $GLOBAL.website.blockexplorer.disabled}
<tr>
<th width="50%">Next Network Block</th>
<td colspan="3">{($CURRENTBLOCK + 1)|number_format} &nbsp;&nbsp;<font size="1"> (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK|number_format})</a></font></td>
<td colspan="3">{($CURRENTBLOCK + 1)|number_format} &nbsp;&nbsp; (Current: <a href="{$GLOBAL.website.blockexplorer.url}{$CURRENTBLOCKHASH}" target="_new">{$CURRENTBLOCK|number_format})</a></td>
</tr>
{else}
<tr>
Expand Down

0 comments on commit fef95b9

Please sign in to comment.