NG Client - Style @import

Hi
I have two stylesheets in my media folder I want to use @import to include one into the other. The objective being to make managing the style easier with client specific styles and generic styles. I have used the following

@import url(“media:///servoydefault.css”);

So far this is not working. IF I copy/paste the styles from servoydefault.css into the client sheet it works so the styling works its the link that appears broken. Both styles are in the root of the media section.

Any ideas much appreciated

Gordon

I think you should do @import url(“servoydefault.css”);

Gabi Boros:
I think you should do @import url(“servoydefault.css”);

Thanks Gabi, the default action when clicking on it was to add the media/// and I forgot this was not needed, on reflection I guess it should be obvious with the NG structure.

Best
Gordon