> While I'm not sure if anyone else would find these hacks useful, it would be > very handy if the default Trac header and footer defined a div element with a > predictable id (e.g. <div id="trac">, if that id isn't already in use)
I think for this specific point, you could use the site_header.cs / site_footer.cs to add resp. an opening <div ..> and closing </div> tags For the CSS part, I guess that a awk or perl script could add the appropriate div#trac element before every CSS rule. Cheers, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
