www-commits
[Top][All Lists]
Advanced

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

www/server banner.html


From: John Sullivan
Subject: www/server banner.html
Date: Tue, 22 Aug 2006 22:18:19 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     John Sullivan <johnsu01>        06/08/22 22:18:19

Modified files:
        server         : banner.html 

Log message:
        Fix image paths

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/banner.html?cvsroot=www&r1=1.3&r2=1.4

Patches:
Index: banner.html
===================================================================
RCS file: /web/www/www/server/banner.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- banner.html 22 Aug 2006 22:10:45 -0000      1.3
+++ banner.html 22 Aug 2006 22:18:17 -0000      1.4
@@ -90,7 +90,7 @@
   #header {
   float:left;
   width:100%;
-  background:#fff url("bg.png") repeat-x bottom;
+  background:#fff url("/graphics/bg.png") repeat-x bottom;
   font-size:93%;
   line-height:normal;
   }
@@ -101,14 +101,14 @@
   }
   #header li {
   float:left;
-  background:url("left.png") no-repeat left top;
+  background:url("/graphics/left.png") no-repeat left top;
   margin:0;
   padding:0 0 0 9px;
   }
   #header a {
   float:left;
   display:block;
-  background:url("right.png") no-repeat right top;
+  background:url("/graphics/right.png") no-repeat right top;
   padding:5px 15px 4px 6px;
   text-decoration:none;
   font-weight:bold;
@@ -119,11 +119,11 @@
   color:#333;
   }
   #header #current {
-  background-image:url("left_on.png");
+  background-image:url("/graphics/left_on.png");
   background-repeat: no-repeat;
   }
   #header #current a {
-  background-image:url("right_on.png");
+  background-image:url("/graphics/right_on.png");
   background-repeat: no-repeat;
   color:#333;
   padding-bottom:5px;
@@ -166,9 +166,9 @@
       
       <div id="banner">
         
-        <div id="gnulogo"><a href="/" title="Go to the GNU project 
homepage"><img src="gnu-head-sm.png" alt="" /></a></div>
+        <div id="gnulogo"><a href="/" title="Go to the GNU project 
homepage"><img src="/graphics/gnu-head-sm.png" alt="" /></a></div>
         
-        <div id="dbdlogo"><a href="http://www.defectivebydesign.org/join/gnu"; 
title="Join the fight against Digital Restrictions Management"><img 
src="campaigns.png" alt="" /></a></div>
+        <div id="dbdlogo"><a href="http://www.defectivebydesign.org/join/gnu"; 
title="Join the fight against Digital Restrictions Management"><img 
src="/graphics/campaigns.png" alt="" /></a></div>
 
         <h1>GNU's Not Unix! - Free Software, Free Society</h1>
         




reply via email to

[Prev in Thread] Current Thread [Next in Thread]