Commit eae3689b authored by Mike Francis's avatar Mike Francis

Remove inline styling, add class to link

Doing so negates the need inline styling, as Bootstrap has a `btn-link` class which works with grouped buttons.
parent da60de89
......@@ -47,11 +47,9 @@
<div class="form-group">
<div class="col-md-6 col-md-offset-4">
<button type="submit" class="btn btn-primary" style="margin-right: 15px;">
Login
</button>
<button type="submit" class="btn btn-primary">Login</button>
<a href="/password/email">Forgot Your Password?</a>
<a class="btn btn-link" href="/password/email">Forgot Your Password?</a>
</div>
</div>
</form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment