I am trying to prepend (i think thats the correct word to use) a "0" to the value of days in the screenshot here that are less than 10:
Screenshot of current class and item in question
I have the basic structure of the CSS to add the preceeding "0" value, but I just don't know how to add it ONLY IF the value is less than 10. As you can see I successfully added it to the entire class, but it also adds to the "11" value as well which I do not want.
Any help is VERY appreciated.
Michael