מדיה ויקי:Common.js: הבדלים בין גרסאות בדף
מ ניסיון |
מ שחזור |
||
| שורה 1,142: | שורה 1,142: | ||
var ButtonText = document.createTextNode( collapseCaption ); | var ButtonText = document.createTextNode( collapseCaption ); | ||
Button.style.styleFloat = "left"; | |||
Button.style.cssFloat = "left"; | |||
Button.style.fontWeight = "normal"; | Button.style.fontWeight = "normal"; | ||
Button.style.textAlign = "left"; | |||
Button.style.width = "6em"; | |||
ButtonLink.setAttribute( "id", "collapseButton" + tableIndex ); | ButtonLink.setAttribute( "id", "collapseButton" + tableIndex ); | ||