From 463bd146dcc5538721e1db6f7406d6363bf22bdc Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 18 Mar 2015 16:42:04 +0100 Subject: remove px from default value --- view/theme/redbasic/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 1a2e43e0e..a18812857 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -244,7 +244,7 @@ if(! $a->install) { if(! $active_colour) $active_colour = "#fff"; if (! $converse_width) { - $converse_width = "1024px"; + $converse_width = "1024"; } if (! $acl_bgcolour) $acl_bgcolour = "#fff"; -- cgit v1.2.3