From a6e247825c1da8bbf5644fb6e0b26dee70d1b062 Mon Sep 17 00:00:00 2001 From: Florent Segouin Date: Tue, 23 Jan 2018 15:04:41 +0000 Subject: [PATCH] Fix typo in css for the sign in page template --- templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.go b/templates.go index 80408bd..ef99918 100644 --- a/templates.go +++ b/templates.go @@ -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;