Jump to content

MediaWiki:Common.css: Difference between revisions

From PanEcoDevWiki
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
pre {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  white-space: normal !important;
  font-family: inherit !important;
}

Latest revision as of 04:32, 30 October 2025

/* CSS placed here will be applied to all skins */
pre {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  white-space: normal !important;
  font-family: inherit !important;

}