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,9 +38,7 @@ 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); 42 - Other possible types: decimal, decimal-leading-zero, lower-roman, upper-roman, lower-greek, lower-latin, 43 - upper-latin, armenian, georgian, lower-alpha, upper-alpha */ 41 + content: counter(counter, lower-alpha); */ 44 44 content: counter(counter) ". "; 45 45 /** And make it blue */ 46 46 color: blue; ... ... @@ -47,4 +47,4 @@ 47 47 } 48 48 {{/code}} 49 49 50 -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. 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.