MediaWiki:Common.css: Difference between revisions

From Avi's Drug Diary
Created page with "CSS placed here will be applied to all skins: #footer { display: none; }"
 
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 */
#footer {
#footer, #mw-footer, #mw-footer-container {
     display: none;
     display: none;
}
}

Latest revision as of 15:11, 31 July 2026

/* CSS placed here will be applied to all skins */
#footer, #mw-footer, #mw-footer-container {
    display: none;
}