瀏覽代碼

Merge pull request #1050 from SirPL/patch-1

Independent Publisher 2: Changed display mode of summary tag
Caroline Moore 4 年之前
父節點
當前提交
318ffdb806
共有 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,