a lot of changes. chat and ui related. thanks FrozenCow & lechd

This commit is contained in:
Arthur Mayer 2011-02-20 01:58:53 +01:00
parent 83f334445b
commit d7fe6072a5
5 changed files with 19 additions and 57 deletions

View file

@ -24,8 +24,8 @@ MinecraftTimeOfDay.prototype = {
this.elementmoon.addClass('timeofday');
this.elementmoon.addClass('moon');
this.elementmoon.html(" ‏ ");
this.elementsun.css("background-position", (-120) + "px " + (-120) + "px");
this.elementmoon.css("background-position", (-120) + "px " + (-120) + "px");
this.elementsun.css("background-position", (-150) + "px " + (-150) + "px");
this.elementmoon.css("background-position", (-150) + "px " + (-150) + "px");
return element;
},