MediaWiki:Vector.css: Difference between revisions

From LabRPS Documentation
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tags: Manual revert 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 23:37, 26 August 2022

/* 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;
}