Difference between revisions of "MediaWiki talk:Common.css"
Jump to navigation
Jump to search
(Created page with "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.mediaw...") |
(No difference)
|
Latest revision as of 14:30, 26 October 2015
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)