Hi Lucas,

> Try changing the color attribute of the following class:
> 
>    .timeline-ether-marker-bottom
> 
> in the css file:
> 
>    ethers.css

And I forgot to mention... ;)
I use an own style.css and I already overload the
.timeline-ether-marker-bottom in there:

.timeline-ether-marker-bottom {
        font-size: 10pt;
        font-weight: bold;
        color: #000;
}

What is really strange: Changing the font-size or the font-weight
changes the style of the labels but the color statement has no effect.

...
...
...

YEAH!!! :)
I got it! I remembered there was some kind of "important" with
stylesheets and so I added an !important. Now the labels are very black!

.timeline-ether-marker-bottom {
        font-size: 10pt;
        font-weight: bold;
        color: #000 ! important;
}


Best regards,
Sebastian
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to