MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: →Hide the Discussion tab from all pages: #ca-talk, .mw-indicators .mw-indicator-talk { display: none !important; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Hide the Discussion tab from all pages */ | /* Hide the Discussion tab from all pages */ | ||
#ca-talk, .mw-indicators .mw-indicator-talk { | #ca-talk, .mw-indicators .mw-indicator-talk { | ||
display: none | display: none; | ||
} | } | ||
Revision as of 11:08, 18 June 2025
/* CSS placed here will be applied to all skins */
/* Hide the Discussion tab from all pages */
#ca-talk, .mw-indicators .mw-indicator-talk {
display: none;
}