浏览代码

Missing bottom padding on lists

Add some padding to the bottom of the list, much better!
Melroy van den Berg 4 年之前
父节点
当前提交
a08bc8bb81
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/components/main/layouts.styl

+ 2 - 0
client/components/main/layouts.styl

@@ -388,10 +388,12 @@ a
   ol
     list-style-type: decimal
     padding-left: 20px
+    padding-bottom: 10px
 
   ul
     list-style-type: initial
     padding-left: 20px
+    padding-bottom: 10px
 
   em
     font-style : italic