From 827c17a74f5aaecd27ca9457ade9c498310241ae Mon Sep 17 00:00:00 2001 From: MinRK Date: Sat, 19 Jan 2013 18:00:40 -0800 Subject: [PATCH] change ol format order from: I.A.1.a.i to: 1.A.a.i --- .../frontend/html/notebook/static/css/renderedhtml.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/IPython/frontend/html/notebook/static/css/renderedhtml.css b/IPython/frontend/html/notebook/static/css/renderedhtml.css index 992c85b21..ed1e4cb59 100644 --- a/IPython/frontend/html/notebook/static/css/renderedhtml.css +++ b/IPython/frontend/html/notebook/static/css/renderedhtml.css @@ -13,11 +13,12 @@ .rendered_html ul {list-style:disc; margin: 1em 2em;} .rendered_html ul ul {list-style:square; margin: 0em 2em;} .rendered_html ul ul ul {list-style:circle; margin-left: 0em 2em;} -.rendered_html ol {list-style:upper-roman; margin: 1em 2em;} +.rendered_html ol {list-style:decimal; margin: 1em 2em;} .rendered_html ol ol {list-style:upper-alpha; margin: 0em 2em;} -.rendered_html ol ol ol {list-style:decimal; margin: 0em 2em;} -.rendered_html ol ol ol ol {list-style:lower-alpha; margin: 0em 2em;} -.rendered_html ol ol ol ol ol {list-style:lower-roman; margin: 0em 2em;} +.rendered_html ol ol ol {list-style:lower-alpha; margin: 0em 2em;} +.rendered_html ol ol ol ol {list-style:lower-roman; margin: 0em 2em;} +/* any extras will just be numbers: */ +.rendered_html ol ol ol ol ol {list-style:decimal; margin: 0em 2em;} .rendered_html hr { color: black;