On 2010-9-1 03:33, Michael Smith wrote: > Using Plone 4.0rc1 when my theme product installs it registers 'reset.css'; > however, the order specified in cssregistry.xml is not being respected, and I > have to manually reorder the registry. Furthermore, it seems like skins are > imported after setuphandlers are run, so I can't work around it by using a > setuphandler to reorder portal_css resources. > > It's important that reset.css be the first entry in portal_css -- how can I > make sure that happens with GS?
Add an insert-before="*" attribute. Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
