CSS compacting

0px now 0
This commit is contained in:
Matt Pass
2012-05-28 07:55:45 +01:00
parent 0665d10a7c
commit d5df587cc3
6 changed files with 70 additions and 70 deletions

View File

@@ -381,7 +381,7 @@ var ICEcoder = {
i==selectedTab ? tColor = "#000" : tColor = "#fff";
document.getElementById('tab'+i).style.color = tColor;
i==selectedTab ? bgVPos = -22 : bgVPos = 0;
document.getElementById('tab'+i).style.backgroundPosition = "0px "+bgVPos+"px";
document.getElementById('tab'+i).style.backgroundPosition = "0 "+bgVPos+"px";
}
ICEcoder.changedContent[selectedTab-1]==1 ? top.ICEcoder.fMIconVis('fMSave',1) : top.ICEcoder.fMIconVis('fMSave',0.3);
},