Insert css after forms.css to allow merging
svn path=/plone.app.discussion/trunk/; revision=50261
This commit is contained in:
parent
b18da3f1ae
commit
b653c7a130
@ -6,7 +6,7 @@ Changelog
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Simplify CSS and JS registrations. CSS will now be imported using the
|
- 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]
|
[elro]
|
||||||
|
|
||||||
- Enable the left-menu on the configlet, to be more consistent with all other configlets.
|
- Enable the left-menu on the configlet, to be more consistent with all other configlets.
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<object name="portal_css">
|
<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>
|
</object>
|
||||||
|
Loading…
Reference in New Issue
Block a user