[gnomeweb-wml] Try to fix CSS Mixed Content issue (see bug #706752)



commit cc6ca773f223b27a27e48b7a8a5a211ead49b483
Author: Andre Klapper <a9016009 gmx de>
Date:   Mon Sep 16 19:22:17 2013 +0200

    Try to fix CSS Mixed Content issue (see bug #706752)

 projects.gnome.org/tomboy/download.html    |    4 ++--
 projects.gnome.org/tomboy/features.html    |    4 ++--
 projects.gnome.org/tomboy/getinvolved.html |    4 ++--
 projects.gnome.org/tomboy/index.html       |    4 ++--
 projects.gnome.org/tomboy/plugins.html     |    4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/projects.gnome.org/tomboy/download.html b/projects.gnome.org/tomboy/download.html
index 6c12a49..04d8a92 100644
--- a/projects.gnome.org/tomboy/download.html
+++ b/projects.gnome.org/tomboy/download.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Tomboy : Simple note taking</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/frontpage.css" />
     <link rel="stylesheet" type="text/css" href="./default.css" />
     <link rel="icon" type="image/png" href="images/tomboy-16.png" />
     <link rel="SHORTCUT ICON" type="image/png" href="images/tomboy-16.png" />
diff --git a/projects.gnome.org/tomboy/features.html b/projects.gnome.org/tomboy/features.html
index 357a5c3..1532599 100644
--- a/projects.gnome.org/tomboy/features.html
+++ b/projects.gnome.org/tomboy/features.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Tomboy : Simple note taking</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/frontpage.css" />
     <link rel="stylesheet" type="text/css" href="./default.css" />
     <link rel="icon" type="image/png" href="images/tomboy-16.png" />
     <link rel="SHORTCUT ICON" type="image/png" href="images/tomboy-16.png" />
diff --git a/projects.gnome.org/tomboy/getinvolved.html b/projects.gnome.org/tomboy/getinvolved.html
index a0b5169..201836e 100644
--- a/projects.gnome.org/tomboy/getinvolved.html
+++ b/projects.gnome.org/tomboy/getinvolved.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Tomboy : Simple note taking</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/frontpage.css" />
     <link rel="stylesheet" type="text/css" href="./default.css" />
     <link rel="icon" type="image/png" href="images/tomboy-16.png" />
     <link rel="SHORTCUT ICON" type="image/png" href="images/tomboy-16.png" />
diff --git a/projects.gnome.org/tomboy/index.html b/projects.gnome.org/tomboy/index.html
index 18df27f..5bfeb3e 100644
--- a/projects.gnome.org/tomboy/index.html
+++ b/projects.gnome.org/tomboy/index.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Tomboy : Simple note taking</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/frontpage.css" />
     <link rel="stylesheet" type="text/css" href="./default.css" />
     <link rel="icon" type="image/png" href="images/tomboy-16.png" />
     <link rel="SHORTCUT ICON" type="image/png" href="images/tomboy-16.png" />
diff --git a/projects.gnome.org/tomboy/plugins.html b/projects.gnome.org/tomboy/plugins.html
index b70a1b5..a945822 100644
--- a/projects.gnome.org/tomboy/plugins.html
+++ b/projects.gnome.org/tomboy/plugins.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Tomboy : Simple note taking</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/frontpage.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/frontpage.css" />
     <link rel="stylesheet" type="text/css" href="./default.css" />
     <link rel="icon" type="image/png" href="images/tomboy-16.png" />
     <link rel="SHORTCUT ICON" type="image/png" href="images/tomboy-16.png" />


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]