MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
/* Indent content following the fourth-level headers until the next header */ | /* Indent content following the fourth-level headers until the next header */ | ||
.mw-parser-output h4 ~ *:not(h1, h2, h3 | .mw-parser-output h4 ~ *:not(h1, h2, h3) { | ||
margin-left: 20px; | margin-left: 20px; | ||
} | } | ||
Revision as of 10:57, 24 March 2025
/* CSS here affects all skins */
/* Indent subsection headers */
.mw-parser-output h4 {
margin-left: 20px;
}
/* Indent content following the fourth-level headers until the next header */
.mw-parser-output h4 ~ *:not(h1, h2, h3) {
margin-left: 20px;
}