Subject: (PATCH) NetBSD-logo scaled wrong in mail-index.netbsd.org search page
To: None <www@netbsd.org>
From: Geert Hendrickx <geert.hendrickx@ua.ac.be>
List: netbsd-docs
Date: 06/03/2005 16:05:48
--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

The new NetBSD Flag logo is scaled wrong on the Google page linked on
http://mail-index.netbsd.org/, because it still has the width/height
settings of the old logo.  This has been fixed in all of htdocs/ long
ago, but not on this page, apparently.  

Patch is attached.  

GH

-- 
:wq

--EeQfGwPcQSOJBaQU
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="index.html.patch"

--- index.html.orig	2005-06-03 15:40:24.000000000 +0200
+++ index.html	2005-06-03 15:47:29.000000000 +0200
@@ -3,7 +3,7 @@
 <HR><CENTER><H2>Index of NetBSD Mailing Lists</H2>
 <form method="get" action="http://www.google.com/custom">
   <input type="text" name="q" size=40 maxlength="255" value="">
-  <input type="hidden" name="cof" value="LW:247;L:http://www.NetBSD.org/images/NetBSD-smaller.jpg;LH:241;AH:center;AWFID:4f6b0499f0f58d2c;">
+  <input type="hidden" name="cof" value="LW:247;L:http://www.NetBSD.org/images/NetBSD-smaller.jpg;LH:200;LW:200;AH:center;AWFID:4f6b0499f0f58d2c;">
   <input type="hidden" name="domains" value="mail-index.NetBSD.org">
   <input type="hidden" name="sitesearch" value="mail-index.NetBSD.org">
   &nbsp;<input type="submit" value="Search archives">

--EeQfGwPcQSOJBaQU--