diff --git a/IPython/frontend/html/notebook/static/css/renderedhtml.css b/IPython/frontend/html/notebook/static/css/renderedhtml.css
index 992c85b..ed1e4cb 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;