Skip to content

Commit

Permalink
Fix typo in css for the sign in page template
Browse files Browse the repository at this point in the history
  • Loading branch information
fsegouin authored Jan 23, 2018
1 parent 1209c63 commit a6e2478
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 a6e2478

Please sign in to comment.