Difference between revisions of "MediaWiki:Geshi.css"

From Tauwasser's Wiki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
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-geshi,
+
 
pre {
+
.mw-code {
font-family: monospace, "Courier New" !important;
+
    -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;
 
}
 
}

Latest revision as of 13:41, 2 August 2015

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

.mw-code {
    -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;
}