--- stumble.module	2007-04-21 02:03:54.000000000 -0400
+++ stumble.module	2008-01-19 22:16:10.000000000 -0500
@@ -30,6 +30,9 @@
     $links['stumble'] = array(
       'title' => t('Stumble'),
       'href' => 'node/'. stumble_get_nid(),
+      'attributes' => array(
+        'class' => 'stumble-link',
+      ),
     );
   }
 
