Jump to navigation Jump to search

MediaWiki:Common.css: Difference between revisions

Created page with "CSS placed here will be applied to all skins: #mw-content-text { font-size: 16px !important; }"
 
No edit summary
Tag: Manual revert
 
(7 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 */
#mw-content-text {
#mw-content-text {
     font-size: 16px !important;
     font-size: 16px !important;
}
}
#p-tb { display: none; }

Latest revision as of 20:36, 7 March 2025

/* CSS placed here will be applied to all skins */

#mw-content-text {
    font-size: 16px !important;
}

#p-tb { display: none; }