aboutsummaryrefslogtreecommitdiffstats
path: root/lib/configuration.rb
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-07-11 14:58:41 +0100
committerGareth Rees <gareth@mysociety.org>2014-07-11 14:58:41 +0100
commit81896f2a6710939e390dc6063009d92a4994a5f6 (patch)
tree2215a2b913d10d55df832657187738792c280769 /lib/configuration.rb
parentf9ecaf75b398e6f0e09d291d7f34fc705fdeb0a8 (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.rb2
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,