diff options
author | seb <seb@seb-U36JC> | 2011-11-21 14:50:44 +0000 |
---|---|---|
committer | seb <seb@seb-U36JC> | 2011-11-21 14:50:44 +0000 |
commit | fa58d1b9eb961475d1eb3062cdbdf06fa8ca925c (patch) | |
tree | 12c188947ef712b764fdc890c28b0222f05ad25a /doc/CHANGES.md | |
parent | 69bcb7fe3fed27f3499654209e65fd627f788aaa (diff) |
Support legacy theme technique for backwards compatibility, and update the theming docs
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r-- | doc/CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 61890275a..753560873 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -5,9 +5,9 @@ * Base design refactored: CSS simplified and reduced, base design colours removed, now provided in example Alaveteli theme override ## Upgrade notes -* Themes created for 0.4 and below will need to be changed to match the new format. +* Themes created for 0.4 and below should be changed to match the new format (although the old way should continue to work): * You should create a resources folder at `<yourtheme>/public/` and symlink to it from the main rails app. See the `install.rb` in `alaveteli-theme` example theme for details. - * Your styles should be moved from `general/custom_styles.rhtml` to a standalone stylesheet in `<yourtheme>/public/stylesheets/` + * Your styles should be moved from `general/custom_css.rhtml` to a standalone stylesheet in `<yourtheme>/public/stylesheets/` * The partial at `general/_before_head_end.rhtml` should be changed in the theme to include this stylesheet |