diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 00:58:43 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 00:58:43 +0000 |
commit | 620d0594fc5603d42292fcc5d43ccf20366f4fe8 (patch) | |
tree | 1dcdedbe71c1add728a7f6c7b0cb8ad12f869a5a | |
parent | cb35bd606149d01ba533a5198b65e6d88f76c81d (diff) |
Reusing @class form_settings
-rw-r--r-- | actions/login.php | 1 | ||||
-rw-r--r-- | theme/base/css/display.css | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/actions/login.php b/actions/login.php index 224b30f6f..e92087a28 100644 --- a/actions/login.php +++ b/actions/login.php @@ -131,7 +131,6 @@ class LoginAction extends Action { $this->elementStart('form', array('method' => 'post', 'id' => 'form_login', - 'class' => 'form_login', 'action' => common_local_url('login'))); $this->elementStart('fieldset'); $this->element('legend', null, _('Login to site')); diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 5d2ef324a..435cb1576 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -115,9 +115,7 @@ width:100%; float:left; } -.form_login label, .form_settings .form_datas label, -.form_login input, .form_settings .form_datas input { margin-right:11px; float:left; |