MediaWiki:Vector.css: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .collapsible-list ul li ul { display: none; } .body { font-family: Noto Sans,sans-serif; } .mw-body-content { font-size: 0.950em; }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
.collapsible-list ul li ul {
  display: none;
}
.body {
  font-family: Noto Sans,sans-serif;
}
.mw-body-content {
  font-size: 0.950em;
}

Revision as of 06:01, 12 August 2022

/* All CSS here will be loaded for users of the Vector skin */