MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Added comment for "noautonum" class) |
(Updated description of noautonum: use template to use it.) |
||
Line 3: | Line 3: | ||
/** | /** | ||
* Class "noautonum" to suppress automatic section numbering in table of contents. | * Class "noautonum" to suppress automatic section numbering in table of contents. | ||
* Use | * Use template {{TOC noautonum}} to insert a table of contents without numbering. | ||
*/ | */ | ||
.noautonum .tocnumber { display: none; } | .noautonum .tocnumber { display: none; } |
Revision as of 00:28, 14 March 2014
/* CSS placed here will be applied to all skins */ /** * Class "noautonum" to suppress automatic section numbering in table of contents. * Use template {{TOC noautonum}} to insert a table of contents without numbering. */ .noautonum .tocnumber { display: none; }