Remove a superfluous styling

This commit is contained in:
Kai Krueger 2010-05-01 17:55:16 +01:00
parent ebcc988376
commit 6159b48b8f

View file

@ -28,7 +28,7 @@
</tr>
<tr>
<td class="fieldName" ><%= t 'user.account.openid.openid' %></td>
<td style="padding-bottom:0px;"><%= f.text_field :openid_url, {:class => "openid_url"} %> (<a href="<%= t 'user.account.openid.link' %>" target="_new"><%= t 'user.account.openid.link text' %></a>) </td>
<td><%= f.text_field :openid_url, {:class => "openid_url"} %> (<a href="<%= t 'user.account.openid.link' %>" target="_new"><%= t 'user.account.openid.link text' %></a>) </td>
</tr>
<tr>