MediaWiki:Common.css: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Define class to suppress auto-generated section numbers)
 
(Added comment for "noautonum" class)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/**
* Class "noautonum" to suppress automatic section numbering in table of contents.
* Use only in special cases where the numbering is unwanted.
* Usage:
* <div class="noautonum">__TOC__</div>
*/
.noautonum .tocnumber { display: none; }
.noautonum .tocnumber { display: none; }

Revision as of 15:29, 12 March 2014

/* CSS placed here will be applied to all skins */

/**
 * Class "noautonum" to suppress automatic section numbering in table of contents.
 * Use only in special cases where the numbering is unwanted.
 * Usage:
 * <div class="noautonum">__TOC__</div>
 */
.noautonum .tocnumber { display: none; }