OL LI - Ordered (numbered list): list item
OL OL LI - Ordered (numbered list): sub-list item
OL OL OL LI - Ordered (numbered list): sub-sub-list item
Ordered list items, in particular this will style ordered list items within the Text / HTML module. You can specify what type of item marker should be displayed with each item list. You can select from the following options, as well as specify an image or remove indenting etc.
Value
|
Meaning |
| decimal |
1, 2, 3, 4 … |
| decimal-leading-zero |
01, 02, 03, 04 … |
| lower-alpha |
a, b, c, d … |
| lower-roman |
i, ii, iii, iv … |
upper-alpha
|
A, B, C, D … |
| upper-roman |
I, II, III, I |
OL LI
{
list-style-type: decimal;
}
OL OL LI
{
list-style-type:lower-alpha;
}
OL OL OL LI
{
list-style-type: lower-roman;
}
