From f4dd6d6058d878d22051a4a54a4a0361af07b2cd Mon Sep 17 00:00:00 2001 From: Elliot Kirk Date: Thu, 23 Jun 2016 16:18:57 -0700 Subject: [PATCH] Corrected spacing above list elements --- notebook/static/notebook/less/renderedhtml.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/less/renderedhtml.less b/notebook/static/notebook/less/renderedhtml.less index d70238656..fe2ddf45a 100644 --- a/notebook/static/notebook/less/renderedhtml.less +++ b/notebook/static/notebook/less/renderedhtml.less @@ -27,7 +27,7 @@ ul:not(.list-inline), ol:not(.list-inline) {margin: 0em 2em; padding-left: 0px;} - ul {list-style:disc;} + ul {list-style:disc; padding-top: 16px;} ul ul {list-style:square;} ul ul ul {list-style:circle;} ol {list-style:decimal;}