adding money icons

This commit is contained in:
Tyler Renelle 2012-02-04 13:59:07 -05:00
parent 0f42a72799
commit 46e6a6f2ac
5 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -47,3 +47,5 @@
#progressbar { margin-top: 20px; }
#tnl { float:right; margin:5px; }
#money { float:right; }

View file

@ -36,5 +36,20 @@
</div>
</div>
</td>
<td class="panel">
<div class="block">
<div class='content'>
<h2 class='title'>Store
<div id="money">
<%= @score %><%= image_tag('coin_single_gold.png') %>
<%= @score %><%= image_tag('coin_single_silver.png') %>
</div>
</h2>
<div class='inner'>
</div>
</div>
</div>
</td>
</tr>
</table>