You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2017/04/16 07:01:24 UTC

Website Render issue

Update regarding the render issue.

The difference is that a 'class="toc"' is added to the <dl> under the <div>
that contains the menu.

Take that class out and it is back to before. However, figuring out where
that happens is a lot harder.

I am working on it... but not sure if I can solve it.


-- 
Niclas Hedhman, Software Developer
http://polygene.apache.org - New Energy for Java

Re: Website Render issue

Posted by Niclas Hedhman <ni...@hedhman.org>.
Found a workaround....

.sub-nav .toc
{


changed to

.sub-nav div.toc
{


On Sun, Apr 16, 2017 at 3:01 PM, Niclas Hedhman <ni...@hedhman.org> wrote:

> Update regarding the render issue.
>
> The difference is that a 'class="toc"' is added to the <dl> under the
> <div> that contains the menu.
>
> Take that class out and it is back to before. However, figuring out where
> that happens is a lot harder.
>
> I am working on it... but not sure if I can solve it.
>
>
> --
> Niclas Hedhman, Software Developer
> http://polygene.apache.org - New Energy for Java
>



-- 
Niclas Hedhman, Software Developer
http://polygene.apache.org - New Energy for Java