Difference between revisions of "MediaWiki:Geshi.css"

From DarkWiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
.mw-geshi {
 
.mw-geshi {
font-size: 2em;
+
font-size: 1em;
 
border: 1px dashed blue;
 
border: 1px dashed blue;
 
}
 
}

Revision as of 19:44, 8 April 2016

/* CSS placed here will be applied to GeSHi syntax highlighting */
.mw-geshi {
	font-size: 1em;
	border: 1px dashed blue;
}