Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss	(revision 5023)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss	(working copy)
@@ -699,6 +699,12 @@
 					font-weight: inherit;
 				}
 			}
+
+			div.bbp-reply-content a, 
+			div.bbp-topic-content a {
+				text-decoration: underline;
+			}
+
 			div.bbp-reply-content {
 				margin-left: 11%;
 			}
Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css	(revision 5023)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css	(working copy)
@@ -3180,6 +3180,11 @@
 	font-weight: inherit;
 }
 
+.single-topic .entry-content #bbpress-forums div.bbp-reply-content a,
+.single-topic .entry-content #bbpress-forums div.bbp-topic-content a {
+	text-decoration: underline;
+}
+
 .single-topic .entry-content #bbpress-forums div.bbp-reply-content {
 	margin-right: 11%;
 }
Index: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css	(revision 5023)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css	(working copy)
@@ -3182,6 +3182,11 @@
 	font-weight: inherit;
 }
 
+.single-topic .entry-content #bbpress-forums div.bbp-reply-content a,
+.single-topic .entry-content #bbpress-forums div.bbp-topic-content a {
+	text-decoration: underline;
+}
+
 .single-topic .entry-content #bbpress-forums div.bbp-reply-content {
 	margin-left: 11%;
 }
