Difference between revisions of "MediaWiki:Geshi.css"

From Tauwasser's Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 +
 +
.mw-code {
 +
    font-size: 14 px;
 +
}

Revision as of 03:01, 27 May 2015

/* CSS placed here will be applied to GeSHi syntax highlighting */

.mw-code {
    font-size: 14 px;
}