Difference between revisions of "MediaWiki:Geshi.css"
(Created page with "→CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:14px; }") |
(No difference)
|
Revision as of 18:13, 22 October 2013
- /* CSS placed here will be applied to GeSHi syntax highlighting */
- div.mw-geshi div,pre {
- font-family: monospace, "Courier New" !important;
- font-size:14px;
- }