diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-04 12:18:20 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-04 12:18:20 +0000 |
commit | f7146689ef948d0aee4aa16a7ad41a9de11568b4 (patch) | |
tree | 3836d8c23b625f2709d43837babdbe0b181b24ff | |
parent | 4a795ac97ae498aa28382186ccba6654a13685d9 (diff) |
typo
-rw-r--r-- | doc/CHANGES.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 0332ff72f..b8bf08cc6 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -9,7 +9,6 @@ ## Upgrade notes * **IMPORTANT! We now depend on Xapian 1.2**, which means you may need to install Xapian from backports. See [issue #159](https://github.com/sebbacon/alaveteli/issues/159) for more info. -* * 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_css.rhtml` to a standalone stylesheet in `<yourtheme>/public/stylesheets/` |