Merge pull request #277 from TheSerapher/issue-274

Issue 274
This commit is contained in:
Sebastian Grewe 2013-06-29 05:52:19 -07:00
commit 714523aeac
2 changed files with 4 additions and 4 deletions

View File

@ -878,9 +878,9 @@ a:hover {
}
.block.withsidebar .block_content .sidebar {
width: 210px;
width: 230px;
float: left;
font-size: 11px;
font-size: 10px;
}
.block.withsidebar .block_content .sidebar p {
@ -918,7 +918,7 @@ a:hover {
}
.block.withsidebar .block_content .sidebar_content {
padding: 15px 20px 15px 210px;
padding: 15px 20px 15px 230px;
}
/* Image list */

View File

@ -13,7 +13,7 @@
{assign var=listed value=0}
{section contrib $CONTRIBHASHES}
{math assign="estday" equation="round(reward / ( diff * pow(2,32) / ( hashrate * 1000 ) / 3600 / 24), 3)" diff=$DIFFICULTY reward=$REWARD hashrate=$CONTRIBHASHES[contrib].hashrate}
{if $GLOBAL.userdata.username == $CONTRIBSHARES[hashrate].account}{assign var=listed value=1}{/if}
{if $GLOBAL.userdata.username == $CONTRIBSHARES[contrib].account}{assign var=listed value=1}{/if}
<tr>
<th>{$rank++}</th>
<td>{$CONTRIBHASHES[contrib].account}</td>