diff options
Diffstat (limited to 'theme/stylesheets/base/markdown.less')
-rw-r--r-- | theme/stylesheets/base/markdown.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/stylesheets/base/markdown.less b/theme/stylesheets/base/markdown.less index 68194f7..28e9b59 100644 --- a/theme/stylesheets/base/markdown.less +++ b/theme/stylesheets/base/markdown.less @@ -256,7 +256,8 @@ } ol ol, - ol ul { + ol ul, + ul ul { margin-top: 0; margin-bottom: 0; } |