Difference between revisions of "MediaWiki:Geshi.css"

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

Revision as of 06:36, 30 January 2010

/* CSS placed here will be applied to GeSHi syntax highlighting */

div.mw-geshi {
  background-color: #CCCCCC;
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #999999;
}