Accessing compressed CSS files
When CSS is compress (Firebug refers to the template.php file instead of teh CSS file)
- open index.php
- find the line linking to the CSS file
<link rel = "stylesheet" href="...
- Change the text template.php to template.css (or whatever your css file is called)
- Add a link to menu.css
leave a comment