minor cosmetic changes to the front page
[selectricity-live] / app / views / site / _basic_login.rhtml
index f9bbd4a856dcdf7851f012b609418706addc6db4..c9fa4dcecbf1d55d67a069384c02356d66ce0d9d 100644 (file)
@@ -6,7 +6,8 @@
     </table>
 
     <div class="button-bar">
-      <%= submit_tag 'Login' %>
-      <%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %> |
-      <%= link_to 'Forgot my password', :controller => 'user', :action => 'forgot_password' %>      </div>
+      <p><%= submit_tag 'Login' %></p>
+      <p><%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %></p>
+      <p><%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %></p>
+    </div>
   <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?