diff --git a/app/assets/javascripts/app/views/reset_password.jst.eco b/app/assets/javascripts/app/views/reset_password.jst.eco index 67f7bf5ce..06fc0ad15 100644 --- a/app/assets/javascripts/app/views/reset_password.jst.eco +++ b/app/assets/javascripts/app/views/reset_password.jst.eco @@ -1,18 +1,14 @@
<% if @sent: %>

<%- @T('We\'ve sent password reset instructions to your email address.') %>

-
-

<%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %>

- » <%- @T('again') %> « -
+

<%- @T('If you don\'t receive instructions within a minute or two, check your email\'s spam and junk filters, or try resending your request.') %>

+ » <%- @T('again') %> « <% end %>

<%- @T( 'Forgot your password?' ) %>

-
-
- <%- @T( 'Cancel' ) %> - -
-
+
+ <%- @T( 'Cancel' ) %> + +
\ No newline at end of file diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index 11ed1b4da..bb0cc0740 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -131,6 +131,12 @@ h4 { /* * */ +.hero-unit p { + font-size: 16px; + font-weight: 200; + line-height: 22px; +} + .hero-unit .small { font-size: 12px; line-height: 20px;