From a12cea45dd15f1ef871e2ac49a5ebf25a47d48b5 Mon Sep 17 00:00:00 2001 From: Tim Berglund Date: Wed, 10 Feb 2016 12:56:29 +0100 Subject: [PATCH] Removed extra margin below nested bullets --- themes/style/datastax.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/style/datastax.less b/themes/style/datastax.less index 6436a850..df92cfc4 100644 --- a/themes/style/datastax.less +++ b/themes/style/datastax.less @@ -108,7 +108,7 @@ h5 {.font-size(2.6); .line-height(3.5);} // List Items with cool node icons ul {margin: .5em .5em 1em 1.5em; li {.font-size(3.5); list-style-type: disc; list-style-position: outside; - ul {margin: .5em .5em 1em 1.5em;} + ul {margin: .5em .5em 0 1.5em;} } } @@ -317,4 +317,5 @@ a:hover, a:focus { } // Hide these things from other themes -.deck-header-summit, .flex-element-summit {display: none;} \ No newline at end of file +.deck-header-summit, .flex-element-summit {display: none;} +