From 8be0112c36f8e49c6f269766e9c7a0f1d78d92d1 2012-07-31 13:47:47 From: Bussonnier Matthias Date: 2012-07-31 13:47:47 Subject: [PATCH] Merge pull request #2224 from Carreau/fix-css fix css typo --- diff --git a/IPython/frontend/html/notebook/static/css/renderedhtml.css b/IPython/frontend/html/notebook/static/css/renderedhtml.css index e84beb3..992c85b 100644 --- a/IPython/frontend/html/notebook/static/css/renderedhtml.css +++ b/IPython/frontend/html/notebook/static/css/renderedhtml.css @@ -16,8 +16,8 @@ .rendered_html ol {list-style:upper-roman; 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; 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 hr { color: black;