Difference between revisions of "MediaWiki:Geshi.css"

From DarkWiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: .mw-highlight pre { font-size: 1em; }")
 
Line 2: Line 2:
 
.mw-highlight pre {
 
.mw-highlight pre {
 
font-size: 1em;
 
font-size: 1em;
 +
border: 1px dashed blue;
 
}
 
}

Revision as of 19:42, 8 April 2016

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