From 81896f2a6710939e390dc6063009d92a4994a5f6 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 11 Jul 2014 14:58:41 +0100 Subject: Set fallback responsitve styling to true 156481f set the default example to true but this ensures the fallback is true. --- lib/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/configuration.rb') 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, -- cgit v1.2.3