Answer the question
In order to leave comments, you need to log in
How to change the format of bullets in an ordered list without resorting to :before and CSS3 selectors?
I have a numbered list
<ol>
<li>первый</li>
<li>второй</li>
<li>третий</li>
</ol>
OL>LI:before {
counter-increment: item;
content: counter(item) ") ";
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question