Common.css: Difference between revisions
From Forsaken Planet
Protagosus (talk | contribs) Created page with "→CSS placed here will be applied to all skins: #ca-talk { display: none !important; } #ca-history { display: none !important;} #ca-watch { display: none !important; } #ca-unwatch { display: none !important;" |
Protagosus (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#ca-talk { display: none !important; } | #ca-talk, #pt-talk { display: none !important; } | ||
#ca-history { display: none !important;} | #ca-history, #pt-history { display: none !important;} | ||
#ca-watch { display: none !important; } | #ca-watch, #pt-watch { display: none !important; } | ||
#ca-unwatch { display: none !important; | #ca-unwatch, #ca-unwatch { display: none !important; } |