Difference between revisions of "MediaWiki:Common.css"

From FileSys.Org Wiki
(Created page with "→‎CSS placed here will be applied to all skins: #menu { display: none !important; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#menu { display: none !important; }
 
#menu { display: none !important; }
 +
#p-tb{
 +
display : none;
 +
}

Revision as of 15:19, 27 December 2018

/* CSS placed here will be applied to all skins */
#menu { display: none !important; }
#p-tb{
 display : none;
}