MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →Hide Discussion Tab: #ca-talk { display: none !important; }" |
No edit summary |
||
| Line 3: | Line 3: | ||
/* Hide Discussion Tab */ | /* Hide Discussion Tab */ | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
/* Hide Tools */ | |||
#p-tb { display: none; } | |||
Revision as of 23:50, 25 August 2026
/* CSS placed here will be applied to all skins */
/* Hide Discussion Tab */
#ca-talk { display: none !important; }
/* Hide Tools */
#p-tb { display: none; }