[pmwiki-devel] Numbered List Issue
    Michael Elliott 
    melliott42 at yahoo.com
       
    Thu Nov 12 11:01:55 CST 2015
    
    
  
That works thanks!  Certainly better than what it was using circle.
Is that a bug that will be fixed in a future version or is it a pure CSS issue?
 
     On Thursday, November 12, 2015 11:38 AM, Petko Yotov <5ko at 5ko.fr> wrote:
   
 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 at pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.pmichaud.com/pipermail/pmwiki-devel/attachments/20151112/99a2d788/attachment.html>
    
    
More information about the pmwiki-devel
mailing list