MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Hggenusrwki (talk | contribs) Created page with "→CSS placed here will be applied to all skins: #p-tb { display: none !important; }" |
Hggenusrwki (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
#p-tb { | #p-tb { | ||
display: none !important; | display: none !important; | ||
} | |||
#p-search { | |||
display: block !important; | |||
} | } |
Revision as of 16:29, 12 March 2025
/* CSS placed here will be applied to all skins */ #p-tb { display: none !important; } #p-search { display: block !important; }