Re: [O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
Yes, thank you everyone for replying, this indeed works. - Carsten On 12 feb. 2013, at 10:59, Bastien wrote: > > > "Sebastien Vauban" > writes: > >> Don't you forget the `.' in front of timestamp, for the "class" >> spec? > > Yes > > #table-of-contents .timestamp { > display:non

Re: [O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
OK, thank you! - Carsten On 12 feb. 2013, at 12:41, Bastien wrote: > Carsten Dominik writes: > >> I am dumber than you think, how exactly would I do this? Add an >> exclamation mark? Where? > > This should do: > > #table-of-contents .timestamp { > display:none !important; > } > > -

Re: [O] time stamps in table of contents

2013-02-12 Thread Bastien
Carsten Dominik writes: > I am dumber than you think, how exactly would I do this? Add an > exclamation mark? Where? This should do: #table-of-contents .timestamp { display:none !important; } -- Bastien

Re: [O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
On 12 feb. 2013, at 11:35, Achim Gratz wrote: > Carsten Dominik 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

Re: [O] time stamps in table of contents

2013-02-12 Thread Bastien
"Sebastien Vauban" writes: > Don't you forget the `.' in front of timestamp, for the "class" > spec? Yes #table-of-contents .timestamp { display:none; } works correctly. -- Bastien

Re: [O] time stamps in table of contents

2013-02-12 Thread Achim Gratz
Carsten Dominik 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.

Re: [O] time stamps in table of contents

2013-02-12 Thread Sebastien Vauban
Hello Carsten, Carsten Dominik wrote: > this is a question for CSS experts. > > I am trying to get rid of time stamps in HTML export. So I am using a CSS > file which contains among other things: > > #table-of-contents { > font-size: 100%; > position: fixed; > display: block; >

[O] time stamps in table of contents

2013-02-12 Thread Carsten Dominik
Hi, this is a question for CSS experts. I am trying to get rid of time stamps in HTML export. So I am using a CSS file which contains among other things: #table-of-contents { font-size: 100%; position: fixed; display: block; left: 10px; top: 164px;