--- /cvs/drupal/contributions/modules/extlink/extlink.css	2010/05/07 21:48:31	1.5
+++ /cvs/drupal/contributions/modules/extlink/extlink.css	2010/05/07 22:13:15	1.6
@@ -6,3 +6,11 @@
   background: url(mailto.png) right center no-repeat;
   padding-right: 12px;
 }
+
+/* Hide the extra spans when printing. */
+@media print {
+  span.ext, span.mailto {
+    display: none;
+    padding: 0;
+  }
+}
