[mail-web] Move migrations to static.g.o



commit 42919b6eaec4f5e96c95d1fcdfa2b2ca024dfbd0
Author: Andrea Veri <av gnome org>
Date:   Wed Dec 4 17:21:07 2013 +0100

    Move migrations to static.g.o

 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 2162ba3..8eeefe9 100644
--- a/css/archive.css
+++ b/css/archive.css
@@ -226,7 +226,7 @@ input {
 }
 
 #global_domain_bar_archive .tab a.root {
-    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/favicon.png) no-repeat scroll 
0 0 #FFFFFF;
+    background: url(https://static.gnome.org/img/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 80888e3..cf2f8cc 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -2,7 +2,7 @@
 body {
 
        padding: 0px;
-       background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/html-bg.png) repeat-x 
scroll 0 10px #FFFFFF;
+       background: url(https://static.gnome.org/img/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(https://www.gnome.org/wp-content/themes/gnome-grass/images/favicon.png) no-repeat scroll 
0 0 #FFFFFF;
+    background: url(https://static.gnome.org/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(https://www.gnome.org/wp-content/themes/gnome-grass/images/grass.png) repeat-x scroll 
top transparent;
+    background: url(https://static.gnome.org/img/grass.png) repeat-x scroll top transparent;
     height: 39px;
     margin-top: -33px;
     bottom: 0;
 }
 
 #footer_community {
-    background: url(https://www.gnome.org/wp-content/themes/gnome-grass/images/footer_arts/community.png) 
center no-repeat;
+    background: url(https://static.gnome.org/img/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]