Page 1 of 1

Re: Cascading CSS and conditional CSS

Posted: Tue Feb 07, 2006 10:55 am
by garvinhicking
Hi!

It should be perfectly fine ti do @import within your style.css file! Remember though, that the import directory scope is within "/", so if you put your "import.css" file in your template directory, you'll need to @import url(templates/yourtheme/import.css).

This actually applies to your second problem. Use the right path. :-)

Regard,s
Garvin

Posted: Tue Feb 07, 2006 8:51 pm
by garvinhicking
No, the serendipity.css.php is not responsible. You should have a look at your generated CSS code by calling the CSS via browser and then see which URL is there.

Or you give us the URL where you tried to insert this, so we can see it.

Regards,
Garvin