MediaWiki talk:Common.css
Jump to navigation
Jump to search
Can we add a CSS style for selectively disabling auto-numbering in table-of-contents? The section numbering in Glossary is pointless and should be omitted. https://www.mediawiki.org/wiki/Manual:Table_of_contents#Auto-numbering suggests adding
.noautonum .tocnumber { display: none; }
to Common.css for this purpose. Neobrain 14:30, 26 October 2015 (CET)