Difference between revisions of "MediaWiki:Common.css"

From Jay's Cafe' Wiki
(Created page with "→‎CSS placed here will be applied to all skins: div.code { word-wrap: break-word; }")
 
m
Line 2: Line 2:
div.code {
div.code {
   word-wrap: break-word;
   word-wrap: break-word;
  background-color: light-gray;
}
}

Revision as of 18:42, 17 May 2020

/* CSS placed here will be applied to all skins */
div.code {
  word-wrap: break-word;
  background-color: light-gray;
}