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

Summary

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.
Copyright 2000-2025