Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #529 from fsegouin/fix/templates-css-typo
Browse files Browse the repository at this point in the history
Fix typo in css for the sign in page template
  • Loading branch information
jehiah authored Jan 23, 2018
2 parents 1209c63 + a6e2478 commit ae49c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func getTemplates() *template.Template {
.btn:hover {
background-color: #3071a9;
border-color: #285e8e;
ext-decoration: none;
text-decoration: none;
}
label {
display: inline-block;
Expand Down

0 comments on commit ae49c7d

Please sign in to comment.