Christophe Drevet said "it's a dirty trick to display the edit button for the first section". Maybe the same result could be achieved using standard CSS selectors ?
Like :
#container h1:first-child { ... }
Just try this on your own wiki: http://validator.w3.org/
Christophe Drevet said "it's a dirty trick to display the edit button for the first section". Maybe the same result could be achieved using standard CSS selectors ?
Like :
#container h1:first-child { ... }Just try this on your own wiki: http://validator.w3.org/