Difference between revisions of "MediaWiki:Geshi.css"

From Soldat Community Wiki
Jump to: navigation, search
m (Set font size to be equal to pre tag font size)
m (Changes values to pixel as em wont work)
 
(2 intermediate revisions by the same user not shown)
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: 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;
}