diff --git a/public/css/avatar.styl b/public/css/avatar.styl index ddb676ef84..5afe496a29 100644 --- a/public/css/avatar.styl +++ b/public/css/avatar.styl @@ -18,9 +18,6 @@ future re: pets and whatnot, this is just temporary. bottom 0px right 0px padding 2px 3px 2px 3px - border-top-right-radius: 0px - border-bottom-right-radius: 0px - border-bottom-left-radius: 0px // basic herobox styles .herobox diff --git a/views/options/social/index.jade b/views/options/social/index.jade index 0c17467641..70d695fe65 100644 --- a/views/options/social/index.jade +++ b/views/options/social/index.jade @@ -74,6 +74,7 @@ script(type='text/ng-template', id='partials/options.social.html') li(ng-class="{ active: $state.includes('options.social.tavern') }") a(ui-sref='options.social.tavern') span.glyphicon.glyphicon-eye-close + |   =env.t('tavern') li(ng-class="{ active: $state.includes('options.social.party') }") a(ui-sref='options.social.party') @@ -84,10 +85,12 @@ script(type='text/ng-template', id='partials/options.social.html') li(ng-class="{ active: $state.includes('options.social.challenges') }") a(ui-sref='options.social.challenges') span.glyphicon.glyphicon-bullhorn + |   =env.t('challenges') li(ng-class="{ active: $state.includes('options.social.hall') }") a(ui-sref='options.social.hall') span.glyphicon.glyphicon-flag + |   =env.t('hall') .tab-content