Difference between revisions of "MediaWiki:Common.css"

From HSG Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
/* remove Toolbox */
 
/* remove Toolbox */
 
#p-tb { display:none !important; }
 
#p-tb { display:none !important; }
 
#ca-talk {
 
    display: none !important;
 
}
 
#ca-talk.new {
 
    display: none !important;
 
}
 

Latest revision as of 01:04, 8 November 2017

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

/* remove Toolbox */
#p-tb { display:none !important; }