Difference between revisions of "MediaWiki:Common.css"
From BME Matematikus felvi
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | /* | + | /* CSS placed here will be applied to all skins */ |
/* hide Toolbox */ | /* hide Toolbox */ | ||
#p-tb { display:none !important; } | #p-tb { display:none !important; } | ||
+ | |||
+ | /* hide Search Box */ | ||
+ | #p-search {display:none;} |
Latest revision as of 23:54, 11 February 2013
/* CSS placed here will be applied to all skins */ /* hide Toolbox */ #p-tb { display:none !important; } /* hide Search Box */ #p-search {display:none;}