1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-09-16 09:16:33 +02:00

Merge pull request #529 from fsegouin/fix/templates-css-typo

Fix typo in css for the sign in page template
This commit is contained in:
Jehiah Czebotar
2018-01-23 10:08:09 -05:00
committed by GitHub

View File

@@ -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;