On Thu, 19 Nov 2015, Anthony Walter wrote:

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?

http://svn.freepascal.org/svn/fpc/trunk/utils/fpdoc

and

http://svn.freepascal.org/svn/fpcdocs/trunk/

Michael.


On Thu, Nov 19, 2015 at 3:54 AM, Michael Van Canneyt <mich...@freepascal.org
wrote:



On Thu, 19 Nov 2015, Anthony Walter wrote:

None of the css files I have (I checked out from trunk Today) have any of
on those class names. This is all they have:

http://pastebin.com/8arCt9gn


the file fpdoc.cst in docs has it.

You need this:

span.toggletreeclose {
    background: url(minus.png) center left no-repeat;
    padding-left: 20px;
}
span.toggletreeopen {
    background: url(plus.png) center left no-repeat;
    padding-left: 20px;
}

ul.classtreelist li { padding-left: 0px; }

ul.classtreelist { list-style-type:none; }

li.classtree ul { display: block; }

li.classtreeclosed ul { display: none; }

But I just noticed that the file in utils/fpdoc does not have it. I added
it.
Revision 32360.

Also, where is the Object, TPersistent, and TComponent thing fixed? Again I
am using trunk sources.


It should be fixed in trunk. There was even a bugreport about it by Graeme
Geldenhuys.


Michael.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus



--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to