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.
Add the custom CSS classes used by the documentation to the theme (Task #91)
Description
See CSS_classes_to_add for a list of the required CSS classes. The final blocks should like quite like on docs.redmight.com
History
Updated by Eric Davis at 2011-01-21 06:19 pm
Just adding the classes won't help, I'll need the actual CSS rules too (e.g. .tip {border: 1px solid red}
)
Updated by Holger Just at 2011-01-22 12:18 am
@Eric: Yeah, I'm going to rip them out of docs.redmight.com and send you a pull request for the theme.
Updated by Eric Davis at 2011-01-22 01:07 am
- Tracker changed from Feature to Task
Updated by Holger Just at 2011-01-23 08:42 pm
I just pushed the classes to my github and send you (Eric) a pull request. Please update the theme here.
- Assignee changed from Holger Just to Eric Davis
Updated by Eric Davis at 2011-01-24 09:41 pm
There is a CSS conflict with the .info
class with an existing class: #admin-menu a.info
.
- Assignee changed from Eric Davis to Holger Just
Updated by Holger Just at 2011-01-24 09:51 pm
Okay, I just updated the branch. I now qualified the classes with p.
and span.
which is the only way they are used currently. If the classes are used on other elements, these have to be updated, but I don't really see it anytime soon.
Updated by Eric Davis at 2011-01-29 06:36 pm
- Assignee changed from Holger Just to Eric Davis
Updated by Eric Davis at 2011-01-31 10:53 pm
Pulled, merged, and deployed. We now have pretty wiki icons to use :)
- Category set to ChiliProject - Organization
- Status set to Closed