User:Zeimusu/monobook.css
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Mozilla/Safari: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5.
/*body { counter-reset: h2; } h2:before { content:counter(h2) ". "; counter-increment: h2; } h2 {counter-reset: h3;} h3:before { content:counter(h2) "." counter(h3) ". "; counter-increment: h3; } h3 {counter-reset: h4;} h4:before { content:counter(h2) "." counter(h3) "." counter(h4) ". "; counter-increment: h4; } h3#siteSub:before {content:""} /*don't put a counter on "From Wikipedia, the free encyclopedia."*/ body {font-size: small}