Merge pull request from divyanshu013/master

A small fix for confusing Hero Modal weaopons list for 
This commit is contained in:
Nick Winter 2015-03-10 14:42:31 -07:00
commit f2ab176fd6
4 changed files with 13 additions and 2 deletions

View file

@ -449,7 +449,7 @@
weapons: "Weapons"
weapons_warrior: "Swords - Short Range, No Magic"
weapons_ranger: "Crossbows, Guns - Long Range, No Magic"
weapons_wizard: "Wands, Staffs - Long Range, Magic"
weapons_wizard: "Wands, Staffs - Long Range Staffs, Magic"
attack: "Damage" # Can also translate as "Attack"
health: "Health"
speed: "Speed"

View file

@ -200,3 +200,10 @@ body[lang='fr']
#subscribe-modal .comparison-table tbody
font-size: 13px
body[lang='de-DE']
#subscribe-modal .comparison-blurb
font-size: 16px
#subscribe-modal .comparison-table tbody
font-size: 12px

View file

@ -391,6 +391,9 @@ $gameControlMargin: 30px
.player-name
margin-left: 45px
a
color: white
$spriteSheetSize: 30px

View file

@ -103,7 +103,8 @@ else
button.btn.btn-illustrated.login-button.btn-warning(data-i18n="login.log_in")
button.btn.btn-illustrated.signup-button.btn-danger(data-i18n="signup.sign_up")
else
span.player-name.spr= me.get('name')
a(href="/account")
span.player-name.spr= me.get('name')
button#logout-button.btn.btn-illustrated.btn-warning(data-i18n="login.log_out") Log Out
if me.isPremium()
button.btn.btn-illustrated.btn-primary(data-i18n="nav.contact", data-toggle="coco-modal", data-target="core/ContactModal") Contact