Ilias Lazaridis wrote: > I would like to add a left-aligned navigation CSS (see the top-most > navigation of this site as an example): > > http://case.lazaridis.com/wiki/Tracking > > This could be used later to add additional "metanav-left" menues. > > Is there a mechanism available to provide CSS alterations via a Plugin > (something like TemplateProvider)? > > If not, could a direct addition to the trac.css go into the 0.10 > version of trac (non-intrusive, non-alteration, additional CSS)?
Implemented using ITemplateProvider, IRequestFilter and add_stylesheet http://dev.lazaridis.com/base/changeset/51 . --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users -~----------~----~----~----~------~----~------~--~---
