MediaWiki:Common.css: Difference between revisions

From UO-Phoenix Wikipedia
Jump to: navigation, 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: }")
 
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
div#mw-panel div.portal h3,
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
div#mw-panel div.portal div.body ul li {
   font-size: 1.0em; /* default is 0.75em */
   font-size: 0.75em; font-weight: bold;
}
}

Latest revision as of 10:19, 26 October 2025

/* 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: 0.75em; font-weight: bold;
}