[foundation-web] More images fixes



commit 26ae137e71260091bcccb79f779a8c768d0e3256
Author: Andrea Veri <av gnome org>
Date:   Wed Feb 19 17:19:07 2014 +0100

    More images fixes

 include/add-header.xsl |    6 +++---
 include/evilsedhack    |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/include/add-header.xsl b/include/add-header.xsl
index 1ed4ccb..e52608d 100644
--- a/include/add-header.xsl
+++ b/include/add-header.xsl
@@ -28,7 +28,7 @@
     <head xmlns="http://www.w3.org/1999/xhtml";>
       <link rel="stylesheet" type="text/css" href="https://static.gnome.org/css/vote/default.css"; />
       <link rel="stylesheet" type="text/css" href="https://static.gnome.org/css/vote/foundation.css"; />
-      <link rel="icon" type="image/png" href="https://www-old.gnome.org/img/logo/foot-16.png"; />
+      <link rel="icon" type="image/png" href="https://static.gnome.org/img/logo/foot-16.png"; />
       <xsl:copy-of select="@*" />
       <xsl:apply-templates select="node()" />
     </head>
@@ -42,8 +42,8 @@
       </div>
 
       <div id="hdr">
-       <div id="logo"><a href="{$root}/"><img src="https://static.gnome.org/img/spacer"; alt="Home" 
/></a></div>
-        <div id="banner"><img src="https://static.gnome.org/img/spacer"; alt="" /></div>
+       <div id="logo"><a href="{$root}/"><img src="https://static.gnome.org/img/spacer.png"; alt="Home" 
/></a></div>
+        <div id="banner"><img src="https://static.gnome.org/img/spacer.png"; alt="" /></div>
        <p class="none"></p>
         <div id="hdrNav">
          <a href="https://www.gnome.org/about/";>About GNOME</a> &middot;
diff --git a/include/evilsedhack b/include/evilsedhack
index 728aea9..df3657c 100755
--- a/include/evilsedhack
+++ b/include/evilsedhack
@@ -8,8 +8,8 @@ cat <<-FOOT
 </div>
 
 <div id="hdr">
-       <div id="logo"><a href="$ROOT/"><img src="https://static.gnome.org/img/spacer"; alt="Home" /></a></div>
-       <div id="banner"><img src="https://static.gnome.org/img/spacer"; alt="" /></div>
+       <div id="logo"><a href="$ROOT/"><img src="https://static.gnome.org/img/spacer.png"; alt="Home" 
/></a></div>
+       <div id="banner"><img src="https://static.gnome.org/img/spacer.png"; alt="" /></div>
        <p class="none"></p>
        <div id="hdrNav">
                <a href="https://www.gnome.org/about/";>About GNOME</a> &middot;


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