MediaWiki:Common.js: Difference between revisions

From Midgard Tales Wiki

No edit summary
Tags: Replaced Manual revert
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Any JavaScript here will be loaded for all users on every page load. */
/* Any JavaScript here will be loaded for all users on every page load. */
html #toc ul, .toc ul {
list-style-image:none;
list-style-position:inside;
list-style-type:armenian /*replace this with the type of number you want*/;
}
span.tocnumber {
display:none;
}

Latest revision as of 07:30, 31 January 2025

/* Any JavaScript here will be loaded for all users on every page load. */