[pmwiki-devel] Numbered List Issue
Petko Yotov
5ko at 5ko.fr
Thu Nov 12 10:37:50 CST 2015
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?
More information about the pmwiki-devel
mailing list