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; } } +