diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-16 11:27:05 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-26 09:32:20 +0100 |
commit | 8b05e5c6dd814fbd4303ee2a2ac430a84bded940 (patch) | |
tree | b9870d0d9b06f2efb783bdf8af611787c5765f02 | |
parent | 92ea54a9eef61c966c27b16312053b5cac948ba3 (diff) |
Update default RESPONSIVE_STYLING
-rw-r--r-- | config/general.yml-example | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/general.yml-example b/config/general.yml-example index 9fac7601c..c23f564c5 100644 --- a/config/general.yml-example +++ b/config/general.yml-example @@ -758,12 +758,11 @@ SHARED_DIRECTORIES: ALLOW_BATCH_REQUESTS: false # Use the responsive base stylesheets and templates, rather than those that -# only render the site at a fixed width. These stylesheets are currently -# experimental but will become the default in the future. They allow the site -# to render nicely on mobile devices as well as larger screens. Currently the -# fixed width stylesheets are used by default. +# only render the site at a fixed width. They allow the site to render nicely +# on mobile devices as well as larger screens. Set this to false if you want to +# continue using fixed width stylesheets. # -# RESPONSIVE_STYLING - Boolean (default: false) +# RESPONSIVE_STYLING - Boolean (default: true) # # --- RESPONSIVE_STYLING: true |