add fontello and change staff icon from tower to crown

This commit is contained in:
Alice Harris 2014-08-12 06:38:54 +10:00
parent cd7f87bbfe
commit c66d786f3e
2 changed files with 3 additions and 2 deletions

View file

@ -67,7 +67,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
if(level==8)
style += ' glyphicon glyphicon-star'; // moderator
if(level==9)
style += ' glyphicon glyphicon-tower'; // staff
style += ' glyphicon icon-crown'; // staff
return style;
}

View file

@ -69,7 +69,8 @@
"app.css",
"bower_components/pnotify/jquery.pnotify.default.css",
"bower_components/pnotify/jquery.pnotify.default.icons.css",
"bower_components/habitrpg-shared/dist/habitrpg-shared.css"
"bower_components/habitrpg-shared/dist/habitrpg-shared.css",
"fontello/css/fontelico.css"
]
},
"static": {