MediaWiki:Common.css: Difference between revisions

From ChamoruWiki
Jump to navigationJump to search
No edit summary
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
body {
   font-size: 95%;
   font-size: 80%;
   line-height: 1.5;
   line-height: 1.5;
}
}

Latest revision as of 11:01, 6 May 2025

/* CSS placed here will be applied to all skins */
body {
  font-size: 80%;
  line-height: 1.5;
}
/* Optional: bump table and infobox fonts slightly */
.infobox,
table {
  font-size: 95%;
}