Difference between revisions of "MediaWiki:Geshi.css"
From CSE330 Wiki
Jump to navigationJump to searchLine 4: | Line 4: | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
− | font-size: 1. | + | font-size: 1.3em; |
tab-size: 4; | tab-size: 4; | ||
} | } |
Revision as of 10:06, 15 March 2013
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.source-php pre {
white-space: pre-wrap;
border: 1px dashed #2f6fab;
font-size: 1.3em;
tab-size: 4;
}