瀏覽代碼

Remove paragraph margin inside lists for github theme

simov 8 年之前
父節點
當前提交
e1930ded47
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      themes/github-dark.css
  2. 1 0
      themes/github.css

+ 1 - 0
themes/github-dark.css

@@ -710,6 +710,7 @@
 
 /*Markdown Viewer*/
 .markdown-body summary:hover { cursor: pointer; }
+.markdown-body ul li p { margin: 0; }
 
 /*GitHub Dark*/
 

+ 1 - 0
themes/github.css

@@ -710,3 +710,4 @@
 
 /*Markdown Viewer*/
 .markdown-body summary:hover { cursor: pointer; }
+.markdown-body ul li p { margin: 0; }