diff options
Diffstat (limited to 'doc/ADMIN.md')
-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. |