Index: wp-includes/post-template.php
===================================================================
--- wp-includes/post-template.php	(revision 4275)
+++ wp-includes/post-template.php	(working copy)
@@ -99,7 +99,7 @@
 		} else {
 			$output = balanceTags($output);
 			if ( ! empty($more_link_text) )
-				$output .= ' <a href="'. get_permalink() . "#more-$id\">$more_link_text</a>";
+				$output .= ' <a href="'. get_permalink() . "#more-$id\" class=\"more-link\">$more_link_text</a>";
 		}
 			
 	}
