MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/* indent level 4 headers and content */ | /* indent level 4 headers and content */ | ||
.mw-parser-output | .mw-parser-output h1 ~ *:not (h1, h2, h3) { | ||
margin-left: 20px; | margin-left: 20px; | ||
} | } | ||
Revision as of 11:18, 24 March 2025
/* CSS here affects all skins */
/* indent level 4 headers and content */
.mw-parser-output h1 ~ *:not (h1, h2, h3) {
margin-left: 20px;
}