This is what I do if I want the number to be a different style than
the content.  You can do this for colors too.

ol li {font-weight:bold}
ol li span {font-weight:normal}

<ol>
    <li><span>This is normal text</span></li>
</ol>

Its a little extra wok but it works.



On Nov 21, 2:50 am, dnagel <[email protected]> wrote:
> Can anyone explain how I would set the font to bold only on the bullet
> (decimal)?  The content of the LI should remain font-weight:normal

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to