<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>You may also need to clear the browser cache because some of them also cache the CSS.<br></span></div><div>&nbsp;</div><div><font color="#ff007f" face="bookman old style, new york, times, serif" size="4"><i><strong>Nancy</strong></i></font></div>&nbsp;<div><font face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</font></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family: arial, helvetica, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div id="yiv957323218"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Shai Gluskin</font><div>You've got CSS
 compression turned on, which is great when the site is live. But when you are making changes to CSS you need to turn CSS compression off.</div><div><br></div><div>Any CSS statement which conflicts with another CSS statement, the one called later trumps the former. So all your CSS tweaks should go into the very last CSS file that is called.</div>
<div><br></div><div>Calendar css would be found in the calendar module. But all module CSS is called before your theme css, and you don't want to hack the calendar module. In your theme, go to its .info file and see the order of the css files called and find the last one (it's typically style.css or local.css). Put your changes in there.</div>
<div><br></div><div>Clearing cache is always a good thing.</div> </div></div> </div> </blockquote></div>   </div></body></html>