Carsten Dominik <carsten.dominik <at> gmail.com> writes:
> #table-of-contents timestamp {
> display:none;
> }
You want a class selector (".") there, not an ID selector ("#"). Also you
should probably mark this "!important" so it doesn't get overriden later.
Regards,
Achim.
