MediaWiki:Common.css: Difference between revisions

From Pompedia
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: div#mw-panel div.portal h3, div#mw-panel div.portal div.body ul li { font-size: 1.0em; →‎default is 0.75em: }")
 
mNo edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
body { font-size: 12px; }
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
  font-size: 1.0em; /* default is 0.75em */
}

Latest revision as of 14:33, 22 April 2024

body { font-size: 12px; }