Browse Source

Merge pull request #1050 from SirPL/patch-1

Independent Publisher 2: Changed display mode of summary tag
Caroline Moore 4 năm trước cách đây
mục cha
commit
318ffdb806
1 tập tin đã thay đổi với 5 bổ sung2 xóa
  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,