css: Use https links (StarlingX)

This was done for the 'openstackdocs' theme in change
Iec7c7e1d99306c19032377c809bc1772ca036a15 but was missed for the
'starlingxdocs' theme.

Change-Id: Iedc07651ed7a22391a08a517d7d06b339c1a2f74
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-05-29 14:32:29 +01:00
parent 65e993935d
commit ab95ba719e
1 changed files with 2 additions and 2 deletions

View File

@ -2193,7 +2193,7 @@ ul.marketplace-nav a:hover {
color: #DA422F; }
ul.marketplace-nav a span {
background: url("http://openstack.org/marketplace/code/ui/frontend/images/marketplace-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
background: url("https://openstack.org/marketplace/code/ui/frontend/images/marketplace-icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: 50px;
margin: auto;
@ -2251,7 +2251,7 @@ ul.marketplace-nav .current a {
font-weight: 300; }
.details-button {
background: url("http://openstack.org/marketplace/code/ui/frontend/images/register-arrow.png") no-repeat scroll 85% center #000000;
background: url("https://openstack.org/marketplace/code/ui/frontend/images/register-arrow.png") no-repeat scroll 85% center #000000;
color: #FFFFFF !important;
display: inline-block;
margin-right: -10px;