summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-14 16:56:17 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-14 16:56:17 +0000
commited90edfa960d94705768cae7061804e3c44f650a (patch)
treea4431154595730d8b0ea479b825a01ee812d2329 /modules
parente0ec9dd76a62ad712b2a771a383f262557116753 (diff)
Remove class="gInline" and set the css as suggested by thumb in -devel
Diffstat (limited to 'modules')
-rw-r--r--modules/user/views/login.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php
index a6abf4ab..27591721 100644
--- a/modules/user/views/login.html.php
+++ b/modules/user/views/login.html.php
@@ -2,7 +2,7 @@
<form id="gLogin" action="<?= url::site("login/process") ?>">
<fieldset>
<legend><?= _("Login") ?></legend>
- <ul class="gInline">
+ <ul>
<li>
<label for="gUsername"><?= _("Username") ?></label>
<input type="text" id="gUsername" />