[TYPO3-core] RFC: #10997: Wrong order by CSS inclusion in template.php
Steffen Kamper
info at sk-typo3.de
Tue Apr 28 12:50:15 CEST 2009
Hi,
This is SVN patch request.
Type: Bugfix
Branches: trunk
BT reference: http://bugs.typo3.org/view.php?id=10997
Problem:
The additionalStyleSheets are included after inDocStyles. This makes it
impossible to override CSS formats.
Example: when using extJS the ext-all.css is included at the end, so
individual formatting isn't possible.
Solution:
Solution is simple: just change the inclusion order:
1.) additionalStyleSheets
2.) styleSheetFile + styleSheetFile2
3.) inDocStyle
4.) styleSheetFile_post
vg Steffen
More information about the TYPO3-team-core
mailing list