Difference between revisions of "MediaWiki:Geshi.css"

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

Revision as of 10:04, 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;
}