On 10/16/07, Sam Neth <[EMAIL PROTECTED]> wrote: > I'm not sure what the reasoning is behind the default templates > embedding styles in the pages, but it greatly increases the page weight, > and makes it more difficult to reuse styles from non-Roller pages, so I > link to an external style sheet (I think you could also link to a style > sheet uploaded to Roller). One benefit of this approach is that CSS > iteration is very fast.
That was due to a limitation in Roller where we could not set the correct content type of CSS, so instead of serving it with a separate template we served it in the HTML. That limitation is gone and you should do as Sam suggest, put CSS in a resource file or a in a separate template (with content-type "text/css") and use an HTML <link> to reference it. - Dave
