You can take a look out our source code: http://74.52.154.53:9000/
this is using genshi and you can download and play with it. I seperated css into the css directory and then imported them into master.html. On 5/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've recently switched over to Genshi from Kid. So far it's been > fairly painless and very nice. Two thumbs up for Genshi. I've been > able to use Genshi the same way I used to use kid (minus python code > blocks) without any trouble. > > I've downloaded master.html and sitetemplate.html from the Genshi > TurboGears example project. I'm using them without any changes in my > project. > > As far as I can tell, Genshi is not including the default stlye.css > file. > > In fact, I can't even tell where the file is included from in the > master.html. > > In kid it's easy... @import "/static/css/style.css"; is the relevant > line in master.kid > > Genshi master.html may or may not be calling sitetemplate.html which > has a line: > <link py:for="css in tg_css" py:replace="ET(css.display())" /> > > which sort of looks like it might have something to do with css :) > But I can't tell what, nor how it works. Heck, I can't even be sure > that the sitetemplate.html file is at all used! > > Can someone spread some light on the idiomatic way to include css > files when using Genshi? > > Thanks > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

