Jump to content

Template:Code convention example/styles.css: Difference between revisions

From wikiNonStop
Updates for current MediaWiki styles
 
m 1 revision imported: Initial Setup
 
(No difference)

Latest revision as of 08:25, 10 April 2026

.code-convention-positive {
	border: 2px solid #00af89;
	margin: 1em 0;
}

.code-convention-negative {
	border: 2px solid #d33;
	margin: 1em 0;
}

.code-convention-example .mw-highlight {
	margin: 1em;
}