MediaWiki:Common.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 92:
See http://www.gnu.org/licenses/gpl.html
The function looks for <span class="mw-editsection">, and move them
at the end of their parent and display them inline in small font.
var oldEditsectionLinks=true disables the function.
Riga 103:
for (var s = 0; s < spans.length; ++s) {
var span = spans[s];
if (span.className == "mw-editsection") {
span.style.fontSize = "x-small";
span.style.fontWeight = "normal";
|