Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
249917db98
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  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,