On Tue, Jan 01, 2019 at 05:44:24PM +0900, Jean-Christophe Helary wrote:
> It looks like the culprit is the wiki.css file (L86):
> 
> #main > ul li {
>    list-style-type: square;
> }
> 
> That selector applies the "list-style-type: square;" to *all* <li> elements
> under a <ul> element (including <ol> nested <li> elements).
> 
> The correct syntax for the selector is:
> 
> #main > ul > li {
>    list-style-type: square;
> }

I see, thanks!

I don't know CSS well, all these changes were done by various people. But I
gladly change wiki.css as you suggest.

I installed it on picolisp.com. Can you check?

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to