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 e3b803e581
commit 678b439cc2
2 changed files with 3 additions and 2 deletions
+1 -1
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;
}
+2 -1
View File
@@ -70,7 +70,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": {