Difference between revisions of "MediaWiki:Geshi.css"
Line 3: | Line 3: | ||
.mw-code { | .mw-code { | ||
font-size: 14px; | font-size: 14px; | ||
+ | -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; | ||
} | } |
Revision as of 02:18, 27 May 2015
/* CSS placed here will be applied to GeSHi syntax highlighting */
.mw-code {
font-size: 14px;
-moz-tab-size: 4; -o-tab-size: 4; tab-size: 4;
}