diff options
-rw-r--r-- | theme/stylesheets/base/markup.less | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/theme/stylesheets/base/markup.less b/theme/stylesheets/base/markup.less index e77631c..45ed486 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; } } + |