MediaWiki talk:Common.css

There are no discussions on this page.
Revision as of 15:30, 26 October 2015 by Neobrain (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)