MediaWiki:Common.css: Difference between revisions

From WikiNET
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; }