From 3160d67763914d40a46882b161a7a2705b012820 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Tue, 31 Jul 2012 13:14:46 +0200 Subject: [PATCH] css typo --- IPython/frontend/html/notebook/static/css/renderedhtml.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/frontend/html/notebook/static/css/renderedhtml.css b/IPython/frontend/html/notebook/static/css/renderedhtml.css index e84beb3ed..992c85b21 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;