use unicode & icon-repeat to solve character support issue, temporary

solution to #868
This commit is contained in:
Tyler Renelle 2013-05-06 22:20:21 +01:00
parent 33749af7c8
commit 81dbaaef67
2 changed files with 2 additions and 2 deletions

View file

@ -216,7 +216,7 @@ for $stage in $stages
opacity: 0.2
label:after
content: ''
content: '\25A2'
label:before
position: absolute
left: 0

View file

@ -70,7 +70,7 @@
<!-- left-hand size commands -->
<div class="task-controls">
{#if @reroll}
<a class="task-action-btn btn-reroll" data-toggle="modal" data-target="#reroll-modal"></a>
<a class="task-action-btn btn-reroll" data-toggle="modal" data-target="#reroll-modal"><i class='icon-repeat'></i></a>
{else}
<a class="money btn-buy item-btn" x-bind=click:buyItem data-type={:item.type} data-value={:item.value} data-index={:item.index}>
<span class="reward-cost">{:item.value}</span>