diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-10-12 16:13:32 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-10-12 16:13:32 +0100 |
commit | 7e3123d22bb41ec937478a5d5394b684feac0fd5 (patch) | |
tree | e3ea93459179de55e21d1f5643c8d2b1dc3bd74b /README | |
parent | 61b89b2724c0e338bb1037198aed813a635b3ebe (diff) |
Implement new-style Alaveteli theme (CSS is in a CSS file, plain gray styles in updated base design overridden by purple stuff here)
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -8,10 +8,10 @@ resources without the need to touch the core Alaveteli software. Typical usage should be limited to: - * Putting CSS-based customisations in lib/views/general/custom_css.rhtml + * Putting CSS-based customisations in `public/stylesheets/custom.css` * Creating your own versions of non-functional pages (like "about - us", at lib/views/help/about.rhtml -- and/or localised versions at + us", at `lib/views/help/about.rhtml` -- and/or localised versions at lib/views/help/about.es.rhtml) To install:: @@ -20,4 +20,7 @@ To install:: Look in the lib/ folder of the plugin to see how the overrides happen. +Note that the `install.rb` plugin point sets up a symlink to include +local resource files within the Rails `public/` directory. + Copyright (c) 2011 mySociety, released under the MIT license |