„MediaWiki:Geshi.css” változatai közötti eltérés

A VIK Wikiből
Ugrás a navigációhoz Ugrás a kereséshez
3. sor: 3. sor:
 
  font-family: monospace, "Courier New" !important;
 
  font-family: monospace, "Courier New" !important;
 
  font-size:13px;
 
  font-size:13px;
  /*border-style: dashed;
+
  border-style: dashed;
  border-width: 1px;*/
+
  border-width: 1px;
 
}
 
}

A lap 2015. május 14., 14:38-kori változata

/* Az itt elhelyezett CSS-t fogja alkalmazni a GeSHi szintaxiskiemelő */
div.mw-geshi div,pre {
 font-family: monospace, "Courier New" !important;
 font-size:13px;
 border-style: dashed;
 border-width: 1px;
}