[pmwiki-users] Triad numbering and bullet layout

Hans design5 at softflow.co.uk
Thu Apr 15 04:58:17 CDT 2010


Wednesday, April 14, 2010, 9:48:17 PM, pmwiki at 911networks.com wrote:

> Yes, it works, but it defeats the purpose of the lfloat. I want to
> have the list to the right of the image.

The problem is not confined to the Triad skin.
The PmWiki default skin shows the same behaviour.

You can make it look a bit better by  changing the .lfloat css
in pm-core.css to

.lfloat { float:left; margin:0 2em 0 0.5em; }

To get the list level indents I suggest you float the list in a div,
like

>>lfloat<<
#abc
##def
##ghi
>><<



  ~Hans




More information about the pmwiki-users mailing list