Hoofdpagina:Common.css: verschil tussen versies
Uit LinuxMintNL WiKi
(Nieuw) |
(proef) |
||
Regel 2: | Regel 2: | ||
# For example, to remove the Discussion (talk) page tab from the Main Page, on the MediaWiki:Common.css page add: | # For example, to remove the Discussion (talk) page tab from the Main Page, on the MediaWiki:Common.css page add: | ||
− | body.page- | + | body.page-Hoofdpagina li#ca-talk { display: none !important; } |
Versie van 27 sep 2014 om 21:01
- How do I remove a tab on only one page?
- For example, to remove the Discussion (talk) page tab from the Main Page, on the MediaWiki:Common.css page add:
body.page-Hoofdpagina li#ca-talk { display: none !important; }