Hoofdpagina:Common.css: verschil tussen versies
Uit LinuxMintNL WiKi
(Categorie erbij) |
(Categorie aangepast) |
||
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven) | |||
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-Hoofdpagina li#ca-talk { display: none !important; } | + | # body.page-Hoofdpagina li#ca-talk { display: none !important; } |
− | [[Categorie: | + | [[Categorie:Beheer:Hoofdpagina]] |
Huidige versie van 17 jan 2015 om 03:47
- 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; }