From 07c55ee859d56edf8fb77268c38a6bf5d212ebd2 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 21 Jan 2016 12:25:44 -0500 Subject: [PATCH] updated .fix-lists mixin --- public/less/mixins.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/less/mixins.less b/public/less/mixins.less index a96acc6c84..4bee3f27bd 100644 --- a/public/less/mixins.less +++ b/public/less/mixins.less @@ -66,11 +66,9 @@ } } } - - margin-bottom: 10px; } - ol { + > ul, > ol { margin-bottom: 10px; } }