Commit 1cf4fb6b authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #3243 from mikefrancis/patch-1

Remove inline styling, add class to link
parents 4e444b08 eae3689b
...@@ -47,11 +47,9 @@ ...@@ -47,11 +47,9 @@
<div class="form-group"> <div class="form-group">
<div class="col-md-6 col-md-offset-4"> <div class="col-md-6 col-md-offset-4">
<button type="submit" class="btn btn-primary" style="margin-right: 15px;"> <button type="submit" class="btn btn-primary">Login</button>
Login
</button>
<a href="/password/email">Forgot Your Password?</a> <a class="btn btn-link" href="/password/email">Forgot Your Password?</a>
</div> </div>
</div> </div>
</form> </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