cortav  Diff

Differences From Artifact [35da212f52]:

To Artifact [e8a2cf6308]:


    82     82   			}
    83     83   			ol.toc > ol > li {
    84     84   				list-style: decimal;
    85     85   			}
    86     86   				ol.toc > li > ol > li > ol > li {
    87     87   					list-style: enclosed;
    88     88   				}
           89  +					ol.toc > li > ol > li > ol > li > ol > li {
           90  +						list-style: lower-roman;
           91  +					}
    89     92   	}
    90     93   ]]
    91     94   
    92     95   ct.ext.install {
    93     96   	id = 'toc';
    94     97   	desc = 'provides a table of contents for HTML renderer plus generic fallback';
    95     98   	version = ss.version {0,1; 'devel'};