Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-14 | Simpler separation of themes. New themes can either make use of the | Sarven Capadisli | |
default styles or make their own. | |||
2009-04-12 | Separation of themes (i.e., layout, typography) and skins (i.e., background | Sarven Capadisli | |
images, colours). A theme can have multiple skins. Majority of the changes in this commit are due to restructuring the path/files for themes and skins. Both theme and skin will be set to 'default' if not set in config.php. This commit also allows each instance of this software to create its own theme without having to override any style from the default distribution. Added Cloudy theme. | |||
2009-03-02 | Updated typography and layout | Sarven Capadisli | |
2009-02-12 | Style the notice form and notices to better avoid need to scroll around. | Meitar Moscovitz | |
2009-02-11 | Add streamlined mobile device-friendly styles when enabled in config. | Meitar Moscovitz | |
A new mobile-specific style sheet is added and loaded only if the `$config['site']['mobile']` configuration variable is set to true. |