Difference between revisions of "MediaWiki:Geshi.css"

From CSE330 Wiki
Jump to navigationJump to search
Line 5: Line 5:
 
border: 1px dashed #2f6fab;
 
border: 1px dashed #2f6fab;
 
font-size: 1.2em;
 
font-size: 1.2em;
 +
tab-size: 4;
 
}
 
}

Revision as of 10:05, 15 March 2013

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

div.source-php pre {
	white-space: pre-wrap;
	border: 1px dashed #2f6fab;
	font-size: 1.2em;
	tab-size: 4;
}