diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-11 14:58:41 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-07-11 14:58:41 +0100 |
commit | 81896f2a6710939e390dc6063009d92a4994a5f6 (patch) | |
tree | 2215a2b913d10d55df832657187738792c280769 /lib/configuration.rb | |
parent | f9ecaf75b398e6f0e09d291d7f34fc705fdeb0a8 (diff) |
Set fallback responsitve styling to true
156481f set the default example to true but this ensures the fallback is
true.
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index d525bf712..bd2d31ac2 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -58,7 +58,7 @@ module AlaveteliConfiguration :RECAPTCHA_PUBLIC_KEY => 'x', :REPLY_LATE_AFTER_DAYS => 20, :REPLY_VERY_LATE_AFTER_DAYS => 40, - :RESPONSIVE_STYLING => false, + :RESPONSIVE_STYLING => true, :SITE_NAME => 'Alaveteli', :SKIP_ADMIN_AUTH => false, :SPECIAL_REPLY_VERY_LATE_AFTER_DAYS => 60, |