diff --git a/plugins/styles/block.inc b/plugins/styles/block.inc
index 58815a3..34d4da2 100644
--- a/plugins/styles/block.inc
+++ b/plugins/styles/block.inc
@@ -48,6 +48,11 @@ function theme_panels_block_style_render_pane($vars) {
     $build = array('#markup' => $build);
   }
 
+  // Add in the contextual links
+  $build['#contextual_links'] = array(
+    'block' => array('admin/structure/block/manage', array($block->module, $block->delta)),
+  );
+
   $build['#block'] = $block;
   $build['#theme_wrappers'][] = 'block';
 
