fix(css): gems alignment and remove unused code

This commit is contained in:
Matteo Pagliazzi 2014-02-08 17:35:43 +01:00
parent 0aa4d2829e
commit 6104767711
3 changed files with 3 additions and 6 deletions

View file

@ -18,6 +18,7 @@
}
.inline-gems {
vertical-align: middle;
margin-left: 0px;
display: inline-block;
}
@ -30,10 +31,6 @@
/* FIXME figure out how to handle customize menu!! */
/*.customize-menu .f_head_0 {width: 60px; height: 60px; background-position: -1917px -9px;}*/
.achievements-container {
margin: 20px;
}
.achievement {
float:left;
clear:right;

File diff suppressed because one or more lines are too long

View file

@ -10428,7 +10428,7 @@ var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ?
if ((_ref = (_base = user.stats.buffs).stealth) == null) {
_base.stealth = 0;
}
return user.stats.buffs.stealth += Math.ceil(user._statsComputed.per * .03);
return user.stats.buffs.stealth += Math.ceil(user.dailys.length * user._statsComputed.per / 100);
}
}
},