[mail-web] Some more s/http/https.



commit a253cd9ab71919c27d6e996c1345d3a820f81848
Author: Andrea Veri <av gnome org>
Date:   Fri Jun 28 15:40:06 2013 +0200

    Some more s/http/https.

 css/archive.css |    2 +-
 css/layout.css  |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/css/archive.css b/css/archive.css
index 2950398..2162ba3 100644
--- a/css/archive.css
+++ b/css/archive.css
@@ -226,7 +226,7 @@ input {
 }
 
 #global_domain_bar_archive .tab a.root {
-    background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/favicon.png) no-repeat scroll 
0 0 #FFFFFF;
+    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/favicon.png) no-repeat scroll 
0 0 #FFFFFF;
     border-right: 1px solid #CCCCCC;
     color: #555753;
     font-weight: bold;
diff --git a/css/layout.css b/css/layout.css
index c627b99..80888e3 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -2,7 +2,7 @@
 body {
 
        padding: 0px;
-       background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png) repeat-x 
scroll 0 10px #FFFFFF;
+       background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png) repeat-x 
scroll 0 10px #FFFFFF;
        height: 100%;
        margin-bottom: 0px;
         color: #2E3436;
@@ -466,7 +466,7 @@ div#content {
 }
 
 #global_domain_bar .tab a.root {
-    background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/favicon.png) no-repeat scroll 
0 0 #FFFFFF;
+    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/favicon.png) no-repeat scroll 
0 0 #FFFFFF;
     border-right: 1px solid #CCCCCC;
     color: #555753;
     font-weight: bold;
@@ -480,14 +480,14 @@ div#content {
 /* Footer Grass & community */
 
 #footer_grass {
-    background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/grass.png) repeat-x scroll top 
transparent;
+    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/grass.png) repeat-x scroll 
top transparent;
     height: 39px;
     margin-top: -33px;
     bottom: 0;
 }
 
 #footer_community {
-    background: url(http://www.gnome.org/wp-content/themes/gnome-grass/images/footer_arts/community.png) 
center no-repeat;
+    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/footer_arts/community.png) 
center no-repeat;
     height: 180px;
     bottom: 0; 
 }


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