[css-web] Move the various images to use static.g.o
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [css-web] Move the various images to use static.g.o
- Date: Thu, 28 Nov 2013 18:29:06 +0000 (UTC)
commit 883273cc27c847a063f7129facfb8aef2ef16c5e
Author: Andrea Veri <av gnome org>
Date: Thu Nov 28 19:29:01 2013 +0100
Move the various images to use static.g.o
friends/ruler/update-ruler | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/friends/ruler/update-ruler b/friends/ruler/update-ruler
index f3133fb..e0b291f 100755
--- a/friends/ruler/update-ruler
+++ b/friends/ruler/update-ruler
@@ -51,7 +51,7 @@ DONE = STILL_NEED <= 0
CSS_DONE ='\
<style type="text/css"> \
#gnome-fog-ruler {\
- background: #237100 url(http://www.gnome.org/friends/ruler/ruler-bg.jpg) center no-repeat;\
+ background: #237100 url(https://static.gnome.org/friends/ruler/ruler-bg.jpg) center no-repeat;\
/*background: #63B412;*/\
padding: 0px;\
color: #fff;\
@@ -64,7 +64,7 @@ CSS_DONE ='\
position: relative;\
}\
#gnome-fog-ruler .fog-center {\
- background: url(http://www.gnome.org/friends/ruler/ruler-done-bg.png) no-repeat scroll right bottom;\
+ background: url(https://static.gnome.org/friends/ruler/ruler-done-bg.png) no-repeat scroll right
bottom;\
width: 920px;\
margin: 0 auto;\
min-height: 40px;\
@@ -96,7 +96,7 @@ if DONE:
CSS = ' \
<style type="text/css"> \
#gnome-fog-ruler {\
- background: #237100 url(http://www.gnome.org/friends/ruler/ruler-bg.jpg) center no-repeat;\
+ background: #237100 url(https://static.gnome.org/friends/ruler/ruler-bg.jpg) center no-repeat;\
padding: 16px 0px 16px 0px;\
color: #fff;\
font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]