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: Manual revert
 
(2 intermediate revisions by the same user not shown)
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;
}

Latest revision as of 23:53, 26 August 2022

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