MediaWiki:Common.css: Unterschied zwischen den Versionen
Created page with "→CSS placed here will be applied to all skins: #ca-talk { display: none !important; }" |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Disable Discussion Tab */ | |||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
/* Disable View Source */ | |||
#ca-viewsource { display: none !important; } |