mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Use secure URL for asset
Use HTTPS for asset referenced in CSS. Issue: #727
This commit is contained in:
parent
14088410c3
commit
a5c06939d5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue