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 {  
+
div.source-php {
  margin: 1em 0;
+
border: 1px dashed #2f6fab;
  border: 1px dashed #2f6fab;
+
font-size: 18pt;
  background-color: #f9f9f9;
 
 
}
 
}

Revision as of 10:02, 15 March 2013

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

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