MediaWiki:Common.css: Difference between revisions

From Computer Nostalgia Heaven
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: #mw-pages { display: none; }"
 
No edit summary
Line 2: Line 2:
#mw-pages {
#mw-pages {
     display: none;
     display: none;
}
.microsoft-xbox-360-navbox {
    width: 75% !important;
    margin: 1em auto 0;
}
}

Revision as of 19:32, 28 August 2025

/* CSS placed here will be applied to all skins */
#mw-pages {
    display: none;
}
.microsoft-xbox-360-navbox {
    width: 75% !important; 
    margin: 1em auto 0;
}