Difference between revisions of "MediaWiki:Geshi.css"

From Tauwasser's Wiki
Jump to: navigation, search
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 03: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;
}