MediaWiki:Common.css: Difference between revisions

From Design Science Research Methods
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
body.page-Main_Page h1.firstHeading {  
body.page-Main_Page h1.firstHeading {  
     display: none;  
     display: none;  
}
.mw-parser-output .thumb {
    box-sizing: unset;
}
}

Revision as of 09:07, 30 March 2020

/* CSS placed here will be applied to all skins */
body.page-Main_Page h1.firstHeading { 
    display: none; 
}