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 pre { |
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
font-size: 1.2em; | font-size: 1.2em; | ||
} | } |
Revision as of 10:03, 15 March 2013
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.source-php pre {
border: 1px dashed #2f6fab;
font-size: 1.2em;
}