From version < 12.1 >
edited by sas
on 18.11.2019, 16:34
To version < 13.1
edited by sas
on 18.11.2019, 16:35
<
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -38,10 +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 -
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 */
41 + content: counter(counter, lower-alpha); */
45 45   content: counter(counter) ". ";
46 46   /** And make it blue */
47 47   color: blue;
... ... @@ -48,4 +48,4 @@
48 48  }
49 49  {{/code}}
50 50  
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.
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.
Copyright 2000-2025