Np, Lynne.
And ozzy:
I actually found a much simpler way to get this to work.
All you do is just use the @import-rule and put it on top of your additional.css file.
(like @import url("screen.css"); )
That way all the external css from that file will be imported in your additional.css file..
You can overwrite existing css with the !important tag
and your good to go.
|