MediaWiki:Common.css: Difference between revisions

From The Interserveral Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .infobox { border: 1px solid #a2a9b1; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; margin: 0.5em 0; }"
(No difference)

Revision as of 15:07, 31 October 2025

/* CSS placed here will be applied to all skins */
.infobox {
	border: 1px solid #a2a9b1;
	color: black;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
	margin: 0.5em 0;
}