fix(misc)

This commit is contained in:
Matteo Pagliazzi
2014-02-11 21:43:17 +01:00
parent fa2c64d2d8
commit c4244bc3b6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
display: inline-block
.glyphicon-bullhorn
margin-left: 5px
margin-right: 5px
.input-group
float: left
+1 -1
View File
@@ -47,5 +47,5 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
span.glyphicon.glyphicon-circle-arrow-up(ng-show='profile.stats.buffs.str || profile.stats.buffs.per || profile.stats.buffs.con || profile.stats.buffs.int || profile.stats.buffs.stealth', tooltip=env.t('buffed'), style='margin-right:5px;')
| 
=env.t('lvl')
| {{profile.stats.lvl}} 
| {{profile.stats.lvl}}
span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}))