MediaWiki:Common.css: Difference between revisions

From Portland NET Wiki
Jump to navigation Jump to search
Surpressed numbering in TOCs
Tags: Mobile edit Mobile web edit
 
Change the tocnumber none to conditional on .noautonum
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.tocnumber { display: none; }
.noautonum .tocnumber { display: none; }

Revision as of 19:51, 18 December 2024

/* CSS placed here will be applied to all skins */
.noautonum .tocnumber { display: none; }