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 { |
− | |||
margin: 1em 0; | margin: 1em 0; | ||
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
} | } |
Revision as of 10:01, 15 March 2013
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.source-php {
margin: 1em 0;
border: 1px dashed #2f6fab;
background-color: #f9f9f9;
}