? helpicon.patch
Index: help-icon.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_help/help-icon.css,v
retrieving revision 1.3
diff -u -p -r1.3 help-icon.css
--- help-icon.css	19 Apr 2008 00:51:27 -0000	1.3
+++ help-icon.css	8 May 2008 08:35:48 -0000
@@ -1,12 +1,13 @@
 /* $Id: help-icon.css,v 1.3 2008/04/19 00:51:27 merlinofchaos Exp $ */
 
 .advanced-help-link {
-  width: 16px;
-  height: 16px;
+  width: 12px;
+  height: 12px;
   background: transparent url('help.png') no-repeat top left;
   background-position: 0px 0px;
   display: block;
   float: left; /* this is cheesy, I know */
+  margin-top: 2px;
 }
 
 .advanced-help-link span {
@@ -14,5 +15,5 @@
 }
 
 .advanced-help-link:hover {
-  background-position: 0px -16px;
+  background-position: 0px -12px;
 }
\ No newline at end of file
Index: help.png
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/advanced_help/help.png,v
retrieving revision 1.1
diff -u -p -r1.1 help.png
Binary files /tmp/cvsE1Ca8X and help.png differ
