Difference between revisions of "MediaWiki:Geshi.css"

From Soldat Community Wiki
Jump to: navigation, search
m (Fixed missing semicolon)
m (Changes values to pixel as em wont work)
 
Line 6: Line 6:
 
   border: 1px dashed #2f6fab;
 
   border: 1px dashed #2f6fab;
 
   background-color: #f9f9f9;
 
   background-color: #f9f9f9;
   font-size: 0.8em;
+
   font-size: 12.8px;
   line-height: 1.3em;
+
   line-height: 16.6333em;
 
}
 
}

Latest revision as of 18:16, 23 August 2012

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

div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
  background-color: #f9f9f9;
  font-size: 12.8px;
  line-height: 16.6333em;
}