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



commit a25f67c66979988a0f17f5faa0fe1af4fc82bd7e
Author: Andre Klapper <a9016009 gmx de>
Date:   Tue Sep 17 10:42:01 2013 +0200

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

 projects.gnome.org/gyrus/about.html       |    4 ++--
 projects.gnome.org/gyrus/developers.html  |    4 ++--
 projects.gnome.org/gyrus/downloads.html   |    4 ++--
 projects.gnome.org/gyrus/index.html       |    4 ++--
 projects.gnome.org/gyrus/screenshots.html |    2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/projects.gnome.org/gyrus/about.html b/projects.gnome.org/gyrus/about.html
index 8e07d91..040a228 100644
--- a/projects.gnome.org/gyrus/about.html
+++ b/projects.gnome.org/gyrus/about.html
@@ -3,8 +3,8 @@
 <html>
   <head>
     <title>Gyrus: IMAP/Cyrus Administrator</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/layout.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/style.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/layout.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/style.css" />
     <link rel="stylesheet" type="text/css" href="gyrus.css" />
     <!--       <link rel="icon" type="image/png" href="images/favicon.png" /> -->
   </head>
diff --git a/projects.gnome.org/gyrus/developers.html b/projects.gnome.org/gyrus/developers.html
index d4926cc..b05a5c1 100644
--- a/projects.gnome.org/gyrus/developers.html
+++ b/projects.gnome.org/gyrus/developers.html
@@ -3,8 +3,8 @@
 <html>
   <head>
     <title>Gyrus: IMAP/Cyrus Administrator</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/layout.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/style.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/layout.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/style.css" />
     <link rel="stylesheet" type="text/css" href="gyrus.css" />
     <!--       <link rel="icon" type="image/png" href="images/favicon.png" /> -->
   </head>
diff --git a/projects.gnome.org/gyrus/downloads.html b/projects.gnome.org/gyrus/downloads.html
index eef5b95..acae034 100644
--- a/projects.gnome.org/gyrus/downloads.html
+++ b/projects.gnome.org/gyrus/downloads.html
@@ -3,8 +3,8 @@
 <html>
   <head>
     <title>Gyrus: IMAP/Cyrus Administrator</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/layout.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/style.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/layout.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/style.css" />
     <link rel="stylesheet" type="text/css" href="gyrus.css" />
     <!--       <link rel="icon" type="image/png" href="images/favicon.png" /> -->
   </head>
diff --git a/projects.gnome.org/gyrus/index.html b/projects.gnome.org/gyrus/index.html
index 2ce16a5..5035009 100644
--- a/projects.gnome.org/gyrus/index.html
+++ b/projects.gnome.org/gyrus/index.html
@@ -3,8 +3,8 @@
 <html>
   <head>
     <title>Gyrus: IMAP/Cyrus Administrator</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/layout.css"; />
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/css/style.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/layout.css" />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/css/style.css" />
     <link rel="stylesheet" type="text/css" href="gyrus.css" />
     <!--       <link rel="icon" type="image/png" href="images/favicon.png" /> -->
   </head>
diff --git a/projects.gnome.org/gyrus/screenshots.html b/projects.gnome.org/gyrus/screenshots.html
index eb6ee98..35e89a7 100644
--- a/projects.gnome.org/gyrus/screenshots.html
+++ b/projects.gnome.org/gyrus/screenshots.html
@@ -3,7 +3,7 @@
 <html>
   <head>
     <title>Gyrus: IMAP/Cyrus Administrator</title>
-    <link rel="stylesheet" type="text/css" href="http://www.gnome.org/default.css"; />
+    <link rel="stylesheet" type="text/css" href="//www.gnome.org/default.css" />
     <link rel="stylesheet" type="text/css" href="gyrus.css" />
     <!--       <link rel="icon" type="image/png" href="images/favicon.png" /> -->
   </head>


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