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
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;
> }
>
> -
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
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
"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
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.
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;
>
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;