Changes for page Nummerierung wiederholbarer Elemente
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -38,7 +38,10 @@ 38 38 .dynamic-row legend::before { 39 39 /** Add the number in front of the label */ 40 40 /* Example for using letters instead: 41 - content: counter(counter, lower-alpha); */ 41 + content: counter(counter, lower-alpha); 42 + 43 + Other possible types: decimal, decimal-leading-zero, lower-roman, upper-roman, lower-greek, lower-latin, 44 + upper-latin, armenian, georgian, lower-alpha, upper-alpha */ 42 42 content: counter(counter) ". "; 43 43 /** And make it blue */ 44 44 color: blue; ... ... @@ -45,4 +45,4 @@ 45 45 } 46 46 {{/code}} 47 47 48 -You could add the numbering either to the //LABEL// element or to the //P// element inside the label. When we add it to the //P// element, as in the example above, the numbering shows up to the left of the label. Otherwise, it shows up on top of the label. Other possible types for a counter are: decimal, decimal-leading-zero, lower-roman, upper-roman, lower-greek, lower-latin, upper-latin, armenian, georgian, lower-alpha, upper-alpha.51 +You could add the numbering either to the //LABEL// element or to the //P// element inside the label. When we add it to the //P// element, as in the example above, the numbering shows up to the left of the label. Otherwise, it shows up on top of the label.