[Lazarus] Please test this page

Anthony Walter sysrpl at gmail.com
Thu Nov 19 09:56:31 CET 2015


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?

On Thu, Nov 19, 2015 at 3:54 AM, Michael Van Canneyt <michael at 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 at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20151119/dc24364f/attachment-0003.html>


More information about the Lazarus mailing list