MediaWiki:Common.css: Difference between revisions

From DarkWorld Network
Jump to navigation Jump to search
Error (talk | contribs)
Created page with "CSS placed here will be applied to all skins: #p-tb { display: none; }"
 
Error (talk | contribs)
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#p-tb { display: none; }
#p-tb { display: none; }
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
  font-size: 1.0em; /* default is 0.75em */
}

Revision as of 06:25, 3 November 2021

/* CSS placed here will be applied to all skins */
#p-tb { display: none; }

div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
   font-size: 1.0em; /* default is 0.75em */
}