Difference between revisions of "MediaWiki:Geshi.css"
m |
m |
||
Line 6: | Line 6: | ||
.vhdl.source-vhdl { | .vhdl.source-vhdl { | ||
− | font-family: monospace, Courier; | + | font-family: monospace, Courier !important; |
} | } |
Revision as of 12: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;
}