]> git.openstreetmap.org Git - rails.git/commitdiff
Remove a superfluous styling
authorKai Krueger <kai@aiputerlx.(none)>
Sat, 1 May 2010 16:55:16 +0000 (17:55 +0100)
committerKai Krueger <kai@aiputerlx.(none)>
Sat, 1 May 2010 16:55:16 +0000 (17:55 +0100)
app/views/user/account.html.erb

index 0bb41a355b74917dad9c80ac8c9133a783effa57..83065c6839d9e92a8297c913365cf32cf4b20cc5 100644 (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>