Is there anyway to bold the decimals in an ordered list using CSS only? The CMS we are using is spitting out li’s with no nested p/span/header tag so I can’t bold the li and reset the nested tag…
Any ideas?
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you may use :first-line pseudo-element for the li, like
It works for the latest versions of modern browsers, except IE.
For IE you need to use scripting to add nested tag for the li’s