Difference between revisions of "MediaWiki:Geshi.css"

From vb24
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { background-color: #EEEEEE; padding: 1em; margin: 1em 0; border: 1px dashed #CCCCCC; ...')
 
(No difference)

Latest revision as of 10:52, 19 April 2010

/* CSS placed here will be applied to GeSHi syntax highlighting */
 
div.mw-geshi {
  background-color: #EEEEEE;
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #CCCCCC;
  font-size: smaller;
}