However, your tip on using the Developer Tools was really useful as I was able to scroll through the other source files. Inside the creative.css file I found a couple of references to the calendar. When I changed the value under table.calendar for border-spacing I then found that my calendar in the web page would change.
So, now, based on your suggestions, I have this in my custom.css:
Code: Select all
table.calendar {
font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace !important;
}
Thanks for pointing me in the right direction!