Re: Bold numbers in ordered lists
Jonathan N. Little wrote:
>
> ol { counter-reset: item --
> ol li { display: block --
> ol li:before {
> content: counter(item) ". ";
> counter-increment: item;
> font-weight: bold;
> color: red;
> --
Nice - and it degrades well for CSS deficient browsers, too.
--
Berg
|