Duncan Gibson wrote:
> Me:
>>> I can look into \c at the same time if you want.
>
> Albrecht:
>> I tested this myself. I got nice results by adding these lines at the
>> end of the .css file. Please try/modify/confirm yourself.
>>
>> code {
>> text-decoration: none;
>> font-size: 140%
>> }
>
> I suppose you are looking at the class pages? In the tutorial text,
> 140% is far too large. I reduced it down to 110% and that's enough.
Yes, it's okay now, maybe it was also due to my modified browser setup. We
should leave it at 110% for now.
>> ...last but not least, I found out that we use "<!-- $datetime. -->"
>> in our html_footer. If we remove/replace this, then we don't need to
>> use "strip_tags" to replace it after generation.
>>
>> ...another thing that may be "different" in the generated pages is
>> the doxygen version, but this is included _after_ the html_header,
>> and I didn't see how to avoid this (yet). Maybe you have an idea.
>
> I think Fabien scripted some post-processing, so I didn't pursue it,
> but I asked about these on the doxygen-users mailing list ages ago.
> Unfortunately I didn't get any reply. [Maybe it's in the docs?]
Yes, this script is "strip_tags". But this is removing the date and time
inserted by our own html_footer file (see above: $datetime). I copied this from
FLTK 2.0 initially, and then we changed the included text. Since strip_tags
works, I think that we could leave this as it is, because the date in the local
files is maybe useful.
However the included doxygen version can't be removed by changing the html
header, because it is included after the header. But this wouldn't be a problem
if we fix our developer versions at least for those who update the web pages
and
who generate the .css file (see also my other following post). And I'm not keen
on removing or replacing this also, because the generated html code might
change
from version to version as well.
Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev