Difference between revisions of "MediaWiki:Geshi.css"
From CSE330 Wiki
Jump to navigationJump to searchLine 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 { |
− | + | border: 1px dashed #2f6fab; | |
− | + | font-size: 18pt; | |
− | |||
} | } |
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;
}