Index: comment/comment-wrapper.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment-wrapper.tpl.php,v
retrieving revision 1.8
diff -U 3 -r1.8 comment-wrapper.tpl.php
--- comment/comment-wrapper.tpl.php	11 Sep 2009 06:48:02 -0000	1.8
+++ comment/comment-wrapper.tpl.php	5 Jan 2010 07:10:00 -0000
@@ -31,6 +31,10 @@
  */
 ?>
 <div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>>
+  <?php if (!empty($contextual_links)): ?>
+    <?php print render($contextual_links); ?>
+  <?php endif; ?>
+
   <?php if ($node->type != 'forum'): ?>
     <h2 class="comments"><?php print t('Comments'); ?></h2>
   <?php endif; ?>
Index: contextual/contextual.css
===================================================================
RCS file: /cvs/drupal/drupal/modules/contextual/contextual.css,v
retrieving revision 1.3
diff -U 3 -r1.3 contextual.css
--- contextual/contextual.css	13 Dec 2009 20:08:30 -0000	1.3
+++ contextual/contextual.css	5 Jan 2010 07:10:00 -0000
@@ -63,6 +63,7 @@
   padding: 0.25em 0;
   position: absolute;
   right: 0;
+  text-align: left;
   top: 19px;
   white-space: nowrap;
   -moz-border-radius: 4px;
