Difference between revisions of "MediaWiki:Geshi.css"

From Tauwasser's Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
.mw-code {
 
.mw-code {
     font-size: 14px;
+
     -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;
}