MediaWiki:Geshi.css: Difference between revisions

From Objectif Client Inc
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to GeSHi syntax highlighting: .css.source-css .de1, .css.source-css .de2 { font: 2em/2.2em monospace,monospace; }")
 
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* CSS placed here will be applied to GeSHi syntax highlighting */
.css.source-css .de1, .css.source-css .de2 {
.css.source-css .de1, .css.source-css .de2 {
     font: 2em/2.2em monospace,monospace;
     font: 1em/1.2em monospace,monospace;
    font-size: 1.25em;
}
}

Latest revision as of 17:31, 15 November 2014

/* CSS placed here will be applied to GeSHi syntax highlighting */
.css.source-css .de1, .css.source-css .de2 {
    font: 1em/1.2em monospace,monospace;
    font-size: 1.25em;
}