Use HTTPS when possible

This commit is contained in:
Camilla Löwy
2018-11-04 21:52:33 +01:00
parent cc3552465d
commit 9bb50db6dd
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ h3 {
padding-right:48px;
color:@header-footer-link-color;
font-size:2.5em;
background:url("http://www.glfw.org/css/arrow.png") no-repeat right;
background:url("https://www.glfw.org/css/arrow.png") no-repeat right;
}
.glfwnavbar {