Difference between revisions of "MediaWiki:Common.css"

From Jay's Cafe' Wiki
m
m
 
Line 2: Line 2:
div.code {
div.code {
   word-wrap: break-word;
   word-wrap: break-word;
   background-color: light-gray;
   background-color: light-grey;
}
}

Latest 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-grey;
}