Index: extlink.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/extlink/extlink.css,v
retrieving revision 1.2.2.5
diff -u -p -r1.2.2.5 extlink.css
--- extlink.css	7 May 2010 22:13:15 -0000	1.2.2.5
+++ extlink.css	5 Nov 2010 15:44:05 -0000
@@ -1,9 +1,9 @@
 span.ext {
-  background: url(extlink.png) right center no-repeat;
+  background: url(extlink.png) 2px center no-repeat;
   padding-right: 12px;
 }
 span.mailto {
-  background: url(mailto.png) right center no-repeat;
+  background: url(extlink.png) -20px center no-repeat;
   padding-right: 12px;
 }
 
Index: extlink.png
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/extlink/extlink.png,v
retrieving revision 1.1
diff -u -p -r1.1 extlink.png
Binary files /tmp/cvsosLa6M and extlink.png differ
