Difference between revisions of "MediaWiki:Geshi.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { padding: 1em; margin: 1em 0; border: 1px dashed #2f6fab; }") |
|||
Line 5: | Line 5: | ||
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
} | } | ||
+ | |||
+ | .lua.source-lua .de1, .lua.source-lua .de2 {font: normal normal monospace; margin:0; padding:0; background:none; vertical-align:top;} |
Revision as of 06:21, 15 May 2017
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
}
.lua.source-lua .de1, .lua.source-lua .de2 {font: normal normal monospace; margin:0; padding:0; background:none; vertical-align:top;}