Selaa lähdekoodia

Merge pull request #1050 from SirPL/patch-1

Independent Publisher 2: Changed display mode of summary tag
Caroline Moore 4 vuotta sitten
vanhempi
commit
318ffdb806
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  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,