From 3af6d8763ea5dfda19ebd949f151dc89dee225b2 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Wed, 20 Apr 2016 01:29:13 -0400 Subject: [PATCH] Removing the bottom margin off of nested lists --- client/homebrew/phbStyle/phb.style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 420f1fdd2..a67ed0db1 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -385,6 +385,7 @@ } // Nested lists ul ul,ol ol,ul ol,ol ul{ - margin-left: 1.5em; + margin-left: 1.5em; + margin-bottom : 0px; } }