Строчныя грэчыя літары для спісаў ol у CSS
Значэнне lower-greek уласцівасці list-style-type задае нумарацыю
маленькімі (строчнымі) грэчаскімі літарамі:
<ol>
<li>list item</li>
<li>list item</li>
<li>list item</li>
<li>list item</li>
<li>list item</li>
</ol>
ol {
list-style-type: lower-greek;
}
: