ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
CSS support for Subscript and SuperScript Textile syntax absent (Bug #1253)
Description
On Chilliproject 3+ it seems that the reset-css removes the standard user-agent CSS rules for positioning superscript and subscript inline elements, e.g. the following markup:
Sub ~1~ Super ^2^
When written directly:
Sub 1 Super 2
Generates the correct markup, but the CSS that is applied does not have the expected visual effect (I expected that the subscript text to be slightly smaller and offset vertically downwards from the surrounding text, and similar the super-script to be displaced vertically upwards)
Is this the expected behaviour (i.e. are these visual hints deliberately discarded) would a patch be welcome/accepted?
Associated revisions
Fixed: using '*' as keyword for repository referencing keywords doesn't work when issue id is at the beginning of a line (#1253).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1451 e93f8b46-1217-0410-a6f0-8f06a7374b81