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



commit 5335d8f0acf9ea220246d9259566227d11266547
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:44:09 2013 +0200

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

 projects.gnome.org/straw/download.html    |    4 ++--
 projects.gnome.org/straw/index.html       |    4 ++--
 projects.gnome.org/straw/participate.html |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/projects.gnome.org/straw/download.html b/projects.gnome.org/straw/download.html
index 0ea49ea..cc5ff27 100644
--- a/projects.gnome.org/straw/download.html
+++ b/projects.gnome.org/straw/download.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Straw : Feed Reader</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="./style.css" />
     <link rel="alternate" type="application/rss+xml" title="RSS 0.94" href="./news.rss" />
   </head>
diff --git a/projects.gnome.org/straw/index.html b/projects.gnome.org/straw/index.html
index 341e54e..16b5402 100644
--- a/projects.gnome.org/straw/index.html
+++ b/projects.gnome.org/straw/index.html
@@ -4,8 +4,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Straw : Feed Reader</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="./style.css" />
     <link rel="alternate" type="application/rss+xml" title="RSS 0.94" href="./news.rss" />
   </head>
diff --git a/projects.gnome.org/straw/participate.html b/projects.gnome.org/straw/participate.html
index ff9dcb2..7c9a3be 100644
--- a/projects.gnome.org/straw/participate.html
+++ b/projects.gnome.org/straw/participate.html
@@ -3,8 +3,8 @@
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>Straw : Feed Reader</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="./style.css" />
     <link rel="alternate" type="application/rss+xml" title="RSS 0.94" href="./news.rss" />
   </head>


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