Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Make the settings submit button green (bug 1033040)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckharmston committed Aug 22, 2014
1 parent 1446f64 commit 05a0ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/settings/main.html
Expand Up @@ -35,7 +35,7 @@ <h2 class="linefit">{{ _('Account Settings') }}</h2>
</div>

<footer>
<p class="only-logged-in inline"><button type="submit" class="button cta">{{ _('Save Changes') }}</button></p>
<p class="only-logged-in inline"><button type="submit" class="button action">{{ _('Save Changes') }}</button></p>
<p class="extras">
<a href="#" class="button logout only-logged-in">{{ _('Sign Out') }}</a>
<a href="#" class="button persona only-logged-out">{{ _('Sign In / Sign Up') }}</a>
Expand Down

0 comments on commit 05a0ac8

Please sign in to comment.