diff options
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |