Modify ↓
#50 closed defect (fixed)
A better, modular, CSS usage
Reported by: | daniel | Owned by: | daniel |
---|---|---|---|
Priority: | highest | Milestone: | |
Component: | general | Version: | |
Severity: | blocker | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal 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 (0)
Note:
See TracTickets
for help on using tickets.
Fixed in [112]