Difference between revisions of "MediaWiki:Geshi.css"

From CSE330 Wiki
Jump to navigationJump to 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 */
  
div.source-php pre {
+
div.source-html4strict pre, div.source-javascript pre, div.source-mysql pre, div.source-python pre, div.source-ruby pre, div.source-bash pre, div.source-php pre {
 
white-space: pre-wrap;
 
white-space: pre-wrap;
 
border: 1px dashed #2f6fab;
 
border: 1px dashed #2f6fab;

Revision as of 10:08, 15 March 2013

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

div.source-html4strict pre, div.source-javascript pre, div.source-mysql pre, div.source-python pre, div.source-ruby pre, div.source-bash pre, div.source-php pre {
	white-space: pre-wrap;
	border: 1px dashed #2f6fab;
	font-size: 1.3em;
	tab-size: 4;
}