浏览代码

Changed display mode of summary tag

Firefox does not show arrow next to summary when is displayed as block. The right display mode for summary is list-item. See: https://github.com/rstudio/rmarkdown/issues/1483
SirPL 6 年之前
父节点
当前提交
249917db98
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      independent-publisher-2/style.css

+ 5 - 2
independent-publisher-2/style.css

@@ -80,11 +80,14 @@ hgroup,
 main,
 menu,
 nav,
-section,
-summary {
+section {
 	display: block;
 }
 
+summary {
+	display: list-item;
+}
+
 audio,
 canvas,
 progress,