MediaWiki:Common.css: Difference between revisions

From UrologySchool.com
Jump to navigation Jump 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: }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
div#mw-panel div.portal h3,
div#mw-panel div.portal h2,
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: 1.0em; /* default is 0.75em */
}
}

Revision as of 16:14, 16 March 2024

/* CSS placed here will be applied to all skins */
div#mw-panel div.portal h2,
div#mw-panel div.portal div.body ul li {
   font-size: 1.0em; /* default is 0.75em */
}