Alex,

I am not seeing the change here.

Can you confirm that you changed

>> #main > ul li {

to

>> #main > ul > li {

?

there should be a ">" between "ul" and "li".

Thank you.

Jean-Christophe 

> On Jan 2, 2019, at 15:48, Alexander Burger <a...@software-lab.de> wrote:
> 
> 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

Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune


Reply via email to