aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-08-22 15:35:26 +0100
committerGareth Rees <gareth@mysociety.org>2014-08-22 15:35:26 +0100
commitc511152fd1a11bbbd4a3765d4fa7870a4a2eff54 (patch)
treea0e793e9a1bbb76f99638e035a6f3c2f05049723
parent4aa25cd07154a1bbe0186dd40f602aa81db09765 (diff)
Clarify RESPONSIVE_STYLING setting
-rw-r--r--doc/CHANGES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index cf4fa2947..2addb179a 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -49,7 +49,9 @@ candidate:
* Install `lockfile-progs` so that the `run-with-lockfile` shell script can be
used instead of the C program
* Use responsive stylesheets in `config/general.yml`:
- `RESPONSIVE_STYLING: true`
+ `RESPONSIVE_STYLING: true`. If you don't currently use responsive styling,
+ and you don't want to get switched over just set `RESPONSIVE_STYLING: false`
+ and the fixed-width stylesheets will be used as before.
* Allow access to public body stats page if desired in `config/general/yml`:
`PUBLIC_BODY_STATISTICS_PAGE: true`
* Run migrations to define track_things constraint correctly (Robin Houston) and