Insert css after forms.css to allow merging

svn path=/plone.app.discussion/trunk/; revision=50261
This commit is contained in:
Laurence Rowe 2011-06-05 22:05:22 +00:00
parent b18da3f1ae
commit b653c7a130
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Changelog
------------------
- Simplify CSS and JS registrations. CSS will now be imported using the
standard link and so can be merged.
standard link and so can be merged, inserted after forms.css.
[elro]
- Enable the left-menu on the configlet, to be more consistent with all other configlets.

View File

@ -1,4 +1,7 @@
<?xml version="1.0"?>
<object name="portal_css">
<stylesheet id="++resource++plone.app.discussion.stylesheets/discussion.css"/>
<stylesheet
id="++resource++plone.app.discussion.stylesheets/discussion.css"
insert-after="forms.css"
/>
</object>