Difference between revisions of "MediaWiki:Geshi.css"

From CSE330 Wiki
Jump to navigationJump to search
Line 3: Line 3:
 
div.source-php {
 
div.source-php {
 
border: 1px dashed #2f6fab;
 
border: 1px dashed #2f6fab;
font-size: 18pt;
+
font-size: 1.2em;
 
}
 
}

Revision as of 10:03, 15 March 2013

/* CSS placed here will be applied to GeSHi syntax highlighting */

div.source-php {
	border: 1px dashed #2f6fab;
	font-size: 1.2em;
}