diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-02-19 13:55:36 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-02-25 16:26:52 +1100 |
commit | 0699f148f43d58eef818cf710bd182cc99196ad2 (patch) | |
tree | 70221f40b68c82ebe798faff3f5da7c27ac7e055 | |
parent | 882f4f37e80b4d8fb53635a892be829bd9681373 (diff) |
Updated docs for compiling css for admin interface
-rw-r--r-- | doc/ADMIN.md | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 8c1f79e9c..059010e68 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,9 +1,7 @@ -adminbootstraptheme -=================== +Doing development work on the administration interface +====================================================== -A theme for the Alaveteli admin interface that uses Twitter's -Bootstrap project to prettify it. It depends on (and is the default -admin theme for) Alaveteli verion 0.6 or above. +The Alaveteli admin interface uses Twitter's Bootstrap project to prettify it. If you want to work on the CSS, you'll want to use [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass). Do something like: @@ -20,7 +18,4 @@ To change it, edit the coffeescript at $ coffee -o /tmp/ -c lib/views/general/admin.coffee $ mv /tmp/admin.js lib/views/general/admin_js.erb - -See -[tags](https://github.com/mysociety/adminbootstraptheme/tags) for the correct version of the code to use with your version of Alaveteli. |