Difference between revisions 463748 and 463765 on dewikivoyagefunction moveArticleStates() {
var spacing = 10, coordPadding = 0, tagCoord, tagDoM, DoMwidth = 27;
if (document.getElementById) {
tagCoord = document.getElementById("geoCoord");
tagDoM = document.getElementById("DoM");
if (tagDoM != null) {
coordPadding = /* tagDoM.offsetWidth */ DoMwidth + spacing;
tagDoM.style.zIndex = 2;
}
if (tagCoord != null) {
tagCoord.style.paddingRight = coordPadding + 'px';
coordPadding += tagCoord.offsetWidth + spacing;
}
}
}
addOnloadHook(moveArticleStates);
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|