View Single Post
  #4 (permalink)  
Old 08-23-2008, 08:33 AM
Bergamot
Guest
 
Posts: n/a
Diggs:
Default 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
Reply With Quote