Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m (Blanked the page) |
m |
||
Line 1: | Line 1: | ||
− | + | /* This adds dashed lines and grey background to GeShi highlighted code*/ | |
+ | div.mw-geshi { | ||
+ | padding: 1em; | ||
+ | margin: 1em 0; | ||
+ | border: 1px dashed #2f6fab; | ||
+ | background-color: #f9f9f9; | ||
+ | } |
Revision as of 19:39, 29 December 2011
/* This adds dashed lines and grey background to GeShi highlighted code*/
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
background-color: #f9f9f9;
}