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

Bug#75919: bad background on valid html image



Package: www.debian.org
Version: N/A
Severity: wishlist

http://www.debian.org/ contains a Valid HTML 4.01 image.  This image
does not have a transparent background, and so the tail of the checkmark
looks poor.  There is a gif available from the w3c which does have a
transparent background.  They also have a PNG image, but for some reason
it doesn't have a transparent background.  The appended patch changes
this page to use the GIF.

Matt

Index: english/template/debian/menubar.wml
===================================================================
RCS file: /cvs/webwml/webwml/english/template/debian/menubar.wml,v
retrieving revision 1.153
diff -u -r1.153 menubar.wml
--- english/template/debian/menubar.wml	2000/10/27 22:28:52	1.153
+++ english/template/debian/menubar.wml	2000/10/30 18:47:21
@@ -566,7 +566,7 @@
 	
 	<P>
 	<A href="$(HOME)/sponsor.html"><IMG src="sponsor_img.jpg" border="0" vspace="16" alt="<visitsponsor>"></A><BR>
-	<A href="http://validator.w3.org/check/referer";><IMG src="http://www.w3.org/Icons/valid-html401"; border=0 alt="Valid HTML 4.01!" width=88 height=31></A>
+	<A href="http://validator.w3.org/check/referer";><IMG src="http://www.w3.org/Icons/valid-html401.gif"; border=0 alt="Valid HTML 4.01!" width=88 height=31></A>
 	</P>
 	
 	</TD>



Reply to: