MediaWiki:Common.css

From Newton Wiki
Revision as of 08:08, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

/* CSS placed here will be applied to all skins */

div.mw-geshi {

 padding: 1em; 
 margin:1em 0; 
 border: 1px dashed #2fab6f;

}

.source-cpp pre {

 border: 1px dashed #2fab6f;

}