mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-02 07:49:39 +00:00
Remove money style
This commit is contained in:
parent
3946e2b68c
commit
b51522b159
2 changed files with 2 additions and 5 deletions
|
|
@ -99,7 +99,4 @@ li:hover .task-meta .edit-link
|
|||
.progress-text
|
||||
float: right
|
||||
margin: 5px
|
||||
color: black
|
||||
|
||||
#money
|
||||
float:right
|
||||
color: black
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
|
||||
<div class="span3">
|
||||
<h1 class='rewards'>Rewards</h1>
|
||||
{gold(_user.money)} <img src='/img/coin_single_gold.png'/> {silver(_user.money)} <img src='/img/coin_single_silver.png'/>
|
||||
<div id="money">{gold(_user.money)} <img src='/img/coin_single_gold.png'/> {silver(_user.money)} <img src='/img/coin_single_silver.png'/></div>
|
||||
<ul class='rewards'>{#each _rewardList as :task}<app:task />{/}</ul>
|
||||
<app:newTask type=reward><input value={_newReward} class="input-medium" type="text" /></app:newTask>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue