Difference between revisions of "MediaWiki:Geshi.css"

From Tauwasser's Wiki
Jump to: navigation, search
m
m
Line 6: Line 6:
  
 
.vhdl.source-vhdl {
 
.vhdl.source-vhdl {
     font-family: monospace, Courier;
+
     font-family: monospace, Courier !important;
 
}
 
}

Revision as of 13:40, 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;
}

.vhdl.source-vhdl {
    font-family: monospace, Courier !important;
}