Jump to content

MediaWiki:Common.css: Difference between revisions

From The Apparatus
No edit summary
No edit summary
Line 4: Line 4:


.mw-parser-output h4,
.mw-parser-output h4,
.mw-parser-output p {
.mw-parser-output p,
.mw-parser-output ul,
.mw-parser-output ol {
     margin-left: 20px;   
     margin-left: 20px;   
}
}

Revision as of 11:17, 24 March 2025

/* CSS here affects all skins */

/* indent level 4 headers and content */

.mw-parser-output h4,
.mw-parser-output p,
.mw-parser-output ul,
.mw-parser-output ol {
    margin-left: 20px;  
}