Major commit adding about information and more before site goes live.
[selectricity-live] / app / views / account / signup.rhtml
index f5228d8b390ff4c06ae79779bbb34ad0ce924c5c..bdb2599d042b8957dd0a2e71a43b0cc0f755ea53 100644 (file)
@@ -1,3 +1,8 @@
+<div id="title-header">
+  <span class="header">Account Sign Up</span>
+  <span class="subheader"></span>
+</div>
+
 <%= error_messages_for :user %>
 <% form_for :user do |f| -%>
 
@@ -6,7 +11,8 @@
 
 <p><label for="email">Email</label><br/>
 <%= f.text_field :email %><br />
-People participating in elections you're administrating will contact you 
+
+<p>People participating in elections you're administrating will contact you 
 at this address.</p>
 
 <p><label for="password">Password</label><br/>

Benjamin Mako Hill || Want to submit a patch?