From 134f2767ba09f433fc7f0f85d90432347a1b285d Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Thu, 27 Oct 2011 08:12:52 -0400 Subject: Refs #3672 updated account forms for max width --- pages/account/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/account/register.php') diff --git a/pages/account/register.php b/pages/account/register.php index 5eb2b4001..cf18a635b 100644 --- a/pages/account/register.php +++ b/pages/account/register.php @@ -37,7 +37,7 @@ if (elgg_get_config('https_login')) { } $form_params = array( 'action' => $register_url, - 'class' => 'elgg-form-account float', + 'class' => 'elgg-form-account', ); $body_params = array( -- cgit v1.2.3