소스 검색

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