I have tried the "buletted list" (unorder list)  of markmin:

- one
- two
- three

These lines look like

one
two
three

without any bullets. The reason seems to be the line

   ul { list-style-type: none; margin: 0px; padding: 0px; }

in the file web2py.css. I have deleted this line and now the bullet came
back:

   - one
   - two
   - three

What is the reason for this line?

Regards, Martin

-- 



Reply via email to