Jump to content

MediaWiki:Common.css: Difference between revisions

From Logic World Wiki
fix table margin under tabbers
No edit summary
Line 6: Line 6:
}
}


tabber .wikitable {
.tabber .wikitable {
margin-top: 0 !important;
margin-top: 0 !important;
}
}

Revision as of 18:09, 7 September 2025

/* CSS placed here will be applied to all skins */
.lw-infobox {
	background-color: var(--background-color-interactive-subtle,#f8f9fa);
	color: var(--color-base,#202122);
	border: 1px solid var(--border-color-subtle,#c8ccd1);
}

.tabber .wikitable {
	margin-top: 0 !important;
}