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) {
.page-Main_Page #mw-content-text > .mw-parser-output > #main-stuff > :not(h2):not(#toc) {
margin-left: 13px;
margin-left: 13px;
}
}

Revision as of 22:54, 11 December 2022

/* CSS placed here will be applied to all skins */
.page-Main_Page #mw-content-text > .mw-parser-output > #main-stuff > :not(h2):not(#toc) {
	margin-left: 13px;
}

.wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}