From 0c87e8ae27c2767194e7e510be9da5c07463cda4 2012-07-31 11:14:46 From: Matthias BUSSONNIER Date: 2012-07-31 11:14:46 Subject: [PATCH] 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;