<div dir="ltr">Thanks Michael. I was able to discern and add the CSS before you responded. Can you confirm for me the svn repository url we are talking about?</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 19, 2015 at 3:54 AM, Michael Van Canneyt <span dir="ltr"><<a href="mailto:michael@freepascal.org" target="_blank">michael@freepascal.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On Thu, 19 Nov 2015, Anthony Walter wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
None of the css files I have (I checked out from trunk Today) have any of<br>
on those class names. This is all they have:<br>
<br>
<a href="http://pastebin.com/8arCt9gn" rel="noreferrer" target="_blank">http://pastebin.com/8arCt9gn</a><br>
</blockquote>
<br></span>
the file fpdoc.cst in docs has it.<br>
<br>
You need this:<br>
<br>
span.toggletreeclose {<br>
    background: url(minus.png) center left no-repeat;<br>
    padding-left: 20px;<br>
}<br>
span.toggletreeopen {<br>
    background: url(plus.png) center left no-repeat;<br>
    padding-left: 20px;<br>
}<br>
<br>
ul.classtreelist li { padding-left: 0px; }<br>
<br>
ul.classtreelist { list-style-type:none; }<br>
<br>
li.classtree ul { display: block; }<br>
<br>
li.classtreeclosed ul { display: none; }<br>
<br>
But I just noticed that the file in utils/fpdoc does not have it. I added it.<br>
Revision 32360.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also, where is the Object, TPersistent, and TComponent thing fixed? Again I<br>
am using trunk sources.<br>
<br>
</blockquote>
<br></span>
It should be fixed in trunk. There was even a bugreport about it by Graeme Geldenhuys.<div class="HOEnZb"><div class="h5"><br>
<br>
Michael.<br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org" target="_blank">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" rel="noreferrer" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>