MediaWiki:Common.css: Difference between revisions

From For Companion and Country
(Created page with "→‎CSS placed here will be applied to all skins: blockquote { border-left: 10px solid #ccc; margin: 1.5em 10px; padding: 0.5em 10px; }")
(No difference)

Revision as of 19:52, 5 May 2023

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

blockquote {
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
}