Modify ↓
Ticket #50 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
A better, modular, CSS usage
| Reported by: | daniel | Owned by: | daniel |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | |
| Severity: | blocker | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
The CSS stylesheet is approaching 9kB of size, and now requires dynamic generation. By generating the CSS dynamically, through clearsilver templates, we can achieve:
- Working CSS on all installations (it needs dynamic content for URLs in the stylesheet).
- Smaller stylesheet / page. Only what is needed for each page is included.
- Dynamic CSS.
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



Fixed in [112]