Use secure URL for asset

Use HTTPS for asset referenced in CSS. Issue: #727
This commit is contained in:
Tom Milewski 2017-02-04 21:58:31 -05:00
parent 14088410c3
commit a5c06939d5
No known key found for this signature in database
GPG Key ID: 0C45B110F8B40F20
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ input {
}
input#identifier, input#openid_url {
background: url(http://openid.net/login-bg.gif) no-repeat;
background: url(https://openid.net/images/login-bg.gif) no-repeat;
background-position: 0 50%;
padding-left: 18px;
}