Difference between revisions of "MediaWiki:Geshi.css"

From Tauwasser's Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: *.mw-geshi, pre { font-family: monospace, Consolas; }")
 
 
(7 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, Consolas;
+
    -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;
}