Changes between Version 2 and Version 3 of BluePrint/CSS


Ignore:
Timestamp:
01/02/09 21:09:45 (16 years ago)
Author:
Fran Boon
Comment:

CSS consolidation -> Release Process

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/CSS

    v2 v3  
    33The main sahana.css needs cleaning up & updating.
    44
    5 Is it better to try & consolidate all css files into a single stylesheet?
    6  * GOOD: Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links
    7  * BAD: Harder for maintenance during development
    8  * Solution?: Provide a script to Productionise the environment (Use compressed JS files & combine all CSS into 1 big one)
     5For development purposes, we keep all CSS files separated for ease of maintenance.[[BR]]
     6For production installs, we should consolidate all into a single file for faster downloads.
     7 * Browsers default to only downloading 2 files at a time, so many files is very slow on high latency links
     8Part of the [wiki:DevelopmentGuidelinesReleaseProcess Release Process] will be to do this consolidation.
    99
    1010There are several components which aren't currently relevant & so should be removed: