Difference between revisions of "MediaWiki:Geshi.css"
(5 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-code { | ||
+ | -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; | ||
+ | } |
Latest revision as of 12: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;
}