Complete list of reasons why a css file might not be working

  1. Are you sure the stylesheet is loaded? You can see it using the “Net” tab of Firebug on firefox, or on “Network” tab of the Console of your browser.
  2. (If 1 works) can you have a simple sample style and see whether this is getting applied (and visible in the console)?

Leave a Comment