Difference between revisions of "MediaWiki:Common.css"
GurBu Admin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .page-GPUInstancer .mw-redirectedfrom { display: none; } .page-GPUInstancer #contentSub { display: none; }") |
GurBu Admin (talk | contribs) |
||
Line 6: | Line 6: | ||
.page-GPUInstancer #contentSub { | .page-GPUInstancer #contentSub { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #ca-talk { | ||
+ | display: none; | ||
} | } |
Revision as of 12:43, 18 July 2024
/* CSS placed here will be applied to all skins */
.page-GPUInstancer .mw-redirectedfrom {
display: none;
}
.page-GPUInstancer #contentSub {
display: none;
}
#ca-talk {
display: none;
}