Refactor css and font links to https
Some browsers are not loading the http based resources if the base site is using https. Ask is configured to use SSL, so it is trivial patch to solve this issue. Change-Id: Iba16e528b8499cf7dcaf21206c72386af6f5ea21
This commit is contained in:
parent
23cce7d1c4
commit
0cc9f5ffd4
@ -10,13 +10,13 @@
|
||||
<title>Site Maintenance | OpenStack Open Source Cloud Computing Software</title>
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<link href="http://www.openstack.org/errors_pages/ui/404/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://www.openstack.org/errors_pages/ui/404/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link href="http://www.openstack.org/errors_pages/ui/404/css/combined.css" rel="stylesheet">
|
||||
<link href="https://www.openstack.org/errors_pages/ui/404/css/combined.css" rel="stylesheet">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,700' rel='stylesheet' type='text/css'>
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
Loading…
Reference in New Issue
Block a user