LCMS CSS
From Dokeos
Contents |
General description
We need to clean all CSS files from Dokeos.
- How can we control the growth of the CSS in the future?
- Do we need to define general CSS classes that can be used everywhere?
- Do we need/allow specific CSS files per application?
Version/Due date
Analysis
See http://bonny.hogent.be/ for an automatically generated list of css problems
Implementation
- One CSS-file per application which will be included automatically.
- The application-specific CSS-file should have the same name as the application (since it's included automatically)
- A general CSS-file is available for those styles which are used in multiple applications. Styles in this file should NOT be edited untill the effect of said changes on other applications has been analyzed. If absolutely necessary one can "overwrite" said changes in teh application-specific CSS-file.

