[Lazarus] Please test this page
Michael Van Canneyt
michael at freepascal.org
Thu Nov 19 09:54:08 CET 2015
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.
More information about the Lazarus
mailing list