MediaWiki:Common.css: Difference between revisions

From Why start at x, y, z
(Created page with "→‎CSS placed here will be applied to all skins: .fix { color: blue; font-style: italic; }")
 
(No difference)

Latest revision as of 14:26, 14 July 2021

/* CSS placed here will be applied to all skins */
.fix {
  color: blue;
  font-style: italic;
}