Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-posts.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-posts.php	(revision 4233)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-posts.php	(working copy)
@@ -27,7 +27,7 @@
 								<?php esc_html_e( 'Forum:', 'wporg-forums' ); ?>
 								<a class="bbp-forum-permalink" href="<?php bbp_forum_permalink( bbp_get_topic_forum_id() ); echo $view_all; ?>"><?php bbp_forum_title( bbp_get_topic_forum_id() ); ?></a><br>
 								<?php esc_html_e( 'As the topic:', 'wporg-forums' ); ?>
-								<?php bbp_topic_title( bbp_get_topic_id() ); ?>
+								<a class="bbp-topic-permalink" href="<?php bbp_topic_permalink( bbp_get_topic_id() ); echo $view_all; ?>"><?php bbp_topic_title( bbp_get_topic_id() ); ?></a>
 							</span>
 					</div><!-- .bbp-meta -->
 				</div><!-- #post-<?php bbp_topic_id(); ?> -->
Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css	(revision 4233)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/style.css	(working copy)
@@ -132,6 +132,13 @@
 	display: block;
 }
 
+.bbp-topic-header a.bbp-topic-permalink,
+.bbp-reply-header a.bbp-reply-permalink {
+	float: none;
+	margin-left: 0;
+	color: #0073aa;
+}
+
 /* Notices */
 div.bbp-template-notice,
 div.indicator-hint {
