MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .toc .toctitle { counter-reset: h2counter; } body { counter-reset: h2counter; } h2:before { content: count...") |
(No difference)
|
Revision as of 16:53, 9 October 2020
/* CSS placed here will be applied to all skins */
.toc .toctitle {
counter-reset: h2counter;
}
body {
counter-reset: h2counter;
}
h2:before {
content: counter(h2counter) ".\0000a0\0000a0";
counter-increment: h2counter;
counter-reset: h3counter;
}