Jump to content

MediaWiki:Common.css: Difference between revisions

From PanEcoDevWiki
Created page with "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; }"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
pre {
pre {
   background: none !important;
   background: none !important;
Line 7: Line 6:
   white-space: normal !important;
   white-space: normal !important;
   font-family: inherit !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;

}