Quote:
Originally Posted by malizubair786
Like <snip>
|
The css is located in the style manager under edit templates and look in the CSS Templates group. Do be sure to follow the advice of the other poster as some things, at least for consistency, should be edited in the style vars, also in the style manager.
Quote:
Originally Posted by brandondrury
I have no idea why additional.css is it's own template because it simply renders down to an additional .css file when it seems to me it could just as easily be rendered in with the main rollup or whatever. It would be nice to have one less http request.
|
The reason that additional.css can't be added to main-rollup is that any css that came after main-rollup would overwrite the css in additional.css, so additional.css must be separate so that it can be included as the last css file to ensure none of the css within is overwritten.