From ced44c86cefdee523c48cff6a5b364feaed5f204 Mon Sep 17 00:00:00 2001 From: Samy Pesse Date: Tue, 24 Nov 2015 23:38:26 +0100 Subject: [PATCH] Fix #1022: fix bottom margin for lists --- theme/stylesheets/base/markup.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/stylesheets/base/markup.less b/theme/stylesheets/base/markup.less index e77631c25..45ed48696 100644 --- a/theme/stylesheets/base/markup.less +++ b/theme/stylesheets/base/markup.less @@ -200,8 +200,8 @@ /* Lists */ ul, ol { padding: 0; - margin-top: 0; - margin-bottom: 0; + margin: 0; + margin-bottom: @spacing; padding-left: 2em; ol, ul { @@ -253,3 +253,4 @@ margin-left: 0; } } +