reset all numbers on first item

This commit is contained in:
John McLear 2015-01-18 23:21:34 +00:00
parent ce41bcea2f
commit bd9ff770fe
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ exports.getPadHTMLDocument = function (padId, revNum, noDocType, callback)
'ul.indent { list-style-type: none; }' +
'ol { list-style-type: none; padding-left:0;}' +
'body > ol { counter-reset: first second; }' +
'body > ol { counter-reset: first second third fourth fifth sixth seventh eighth ninth tenth eleventh twelth thirteenth fourteenth fifteenth sixteenth; }' +
'ol > li:before {' +
'content: counter(first) ". " ;'+
'counter-increment: first;}' +