fix 697 remove level from top of herobox

This commit is contained in:
Zachary Kain 2013-03-25 16:03:13 -04:00
parent b038b74534
commit 0f49ec3ebc
2 changed files with 2 additions and 1 deletions

View file

@ -24,7 +24,7 @@ future re: pets and whatnot, this is just temporary.
// the hero's info frame
.herobox:after
content: attr(data-name) " " "lvl " attr(data-level) // " " attr(data-class)
content: attr(data-name) //" " "lvl " attr(data-level) // " " attr(data-class)
position: absolute
top: 0
display: block

View file

@ -36,6 +36,7 @@
<div class='progress progress-warning' style='height:5px;'>
<div class='bar' style='height: 5px; width: {percent(@profile.stats.exp, tnl(@profile.stats.lvl))}%;'></div>
</div>
<div>Level: {@profile.stats.lvl}</div>
<div>GP: {{floor(@profile.stats.gp)}}</div>
</div>
">