MediaWiki:Common.css: Difference between revisions

From Comprehensible Input Wiki
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.page-Main_Page #mw-content-text > .mw-parser-output > #main-stuff > :not(h2, #toc){
margin-left: 13px;
}


/* Indent section contents on main page */
.wrapper {
.page-Main_Page #mw-content-text > .mw-parser-output > #main-stuff > :not(h2, #toc){
display: grid;
margin-left: 10px;
grid-template-columns: repeat(3, 1fr);
}
}

Revision as of 23:00, 11 December 2022

/* CSS placed here will be applied to all skins */

/* Indent section contents on main page */
.page-Main_Page #mw-content-text > .mw-parser-output > #main-stuff > :not(h2, #toc){
	margin-left: 10px;
}