Hoofdpagina:Common.css: verschil tussen versies

Uit LinuxMintNL WiKi
Ga naar: navigatie, zoeken
(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-Main_Page li#ca-talk { display: none !important; }
+
body.page-Hoofdpagina li#ca-talk { display: none !important; }

Versie van 27 sep 2014 om 21:01

  1. How do I remove a tab on only one page?
  2. 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; }