The file pub/skins/vanilla5/css/style-min.css contains the following definition:

  ol li li{ list-style: lower-roman; }

It is causing any sublist in a numbered list to be in lower roman numerals.

To override this, set in the file pub/css/local.css something linke this:

  ol > li { list-style: decimal !important; }
  ul > li { list-style: circle !important; }

If the file doesn't exist, create it.

If that doesn't help, you can remove the line from style-min.css.

Petko

---
Change log     :  http://www.pmwiki.org/wiki/PmWiki/ChangeLog
Release notes  :  http://www.pmwiki.org/wiki/PmWiki/ReleaseNotes
If you upgrade :  http://www.pmwiki.org/wiki/PmWiki/Upgrades


On 2015-11-12 14:10, Michael Elliott wrote:
I am wondering if I there is a bug in using numbered lists.  No matter
what I try my second level (##) numbered list comes out as lower case
roman (ex: i, ii ...).  Unnumbered lists work fine at all levels
though.  Example page here:
http://oracledba.help/index.php/Security/DBHardeningGuide I have tried
everything I can think of to get it to working without luck.  I am
using PMWiki version: 2.2.78 with the Vanilla skin.
What can you recommend?

_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to