Index: src/bp-core/classes/class-bp-admin.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/bp-core/classes/class-bp-admin.php	(revision 11421)
+++ src/bp-core/classes/class-bp-admin.php	(revision )
@@ -605,13 +605,12 @@
 
 			<div class="bp-headline-feature">
 				<div class="bp-headline">
-					<span class="dashicons dashicons-list-view" aria-hidden="true"></span>
-					<h3 class="headline-title"><?php esc_html_e( 'Groups Query Overhaul', 'buddypress' ); ?></h3>
-
+					<h3 class="headline-title"><?php esc_html_e( 'Modernising The Codebase', 'buddypress' ); ?></h3>
 					<p class="introduction"><?php
-						/* translators: %s: URL to the development post about this feature */
-						printf( __( 'Huge performance improvements on sites using persistent caching. <a href="%s">Learn more about the Groups Query rewrite</a>.', 'buddypress' ),
-						'https://bpdevel.wordpress.com/2016/09/19/group-queries-have-been-rewritten-for-bp-2-7/' );
+						 /* translators: 1: BP REST API, 2: Link to Codex article */
+						printf( __( 'In an ongoing process of scheduled migration of legacy code to modern standards and techniques, and one of the steps required for the current %1$s project and for new features moving forward, <a href="%2$s">BuddyPress 2.8 requires at least PHP 5.3</a>. This will allow us to build better, stronger, more secure code and will greatly benefit developers and users now and in the future.', 'buddypress'),
+						'<code>BP REST API</code>',
+						'https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/' );
 					?></p>
 				</div>
 			</div>
@@ -621,108 +620,73 @@
 				<h3 class="headline-title"><?php esc_html_e( 'For Developers &amp; Site Builders', 'buddypress' ); ?></h3>
 
 				<div class="bp-feature">
-					<span class="dashicons dashicons-calendar" aria-hidden="true"></span>
-					<h4 class="feature-title"><?php esc_html_e( 'Improved Profile Date Field', 'buddypress' ); ?></h4>
-					<p><?php _e( 'New Date Field settings, "Date format" and "Range", make it easier for site administrators to decide how date-based data will be collected and displayed.', 'buddypress' ); ?></p>
+					<span class="dashicons dashicons-id" aria-hidden="true"></span>
+					<h4 class="feature-title"><?php esc_html_e( 'More helpful "Activate Pending Accounts" screen', 'buddypress' ); ?></h4>
+					<p><?php esc_html_e( 'When you click on the username on the "Users > Manage Signups" page, you can now view all filled in extended profile fields.', 'buddypress' ); ?></p>
 				</div>
 
 				<div class="bp-feature opposite">
-					<span class="dashicons dashicons-groups" aria-hidden="true"></span>
-					<h4 class="feature-title"><?php esc_html_e( 'Group Types Integration in Templates', 'buddypress' ); ?></h4>
-					<p><?php
-						/* translators: %s: URL to the BuddyPress Codex article */
-						printf( __( 'Enable developers to show Group Types on the front end as well as control where the group type information is rendered. <a href="%s">Learn how to implement this feature</a>.', 'buddypress' ),
-						'https://codex.buddypress.org/developer/group-types/' );
-					?></p>
+					<span class="dashicons dashicons-admin-appearance" aria-hidden="true"></span>
+					<h4 class="feature-title"><?php esc_html_e( 'Twenty Seventeen Companion Stylesheet', 'buddypress' ); ?></h4>
+					<p><?php esc_html_e( 'Improve the presentation of BuddyPress components within in the new default theme, Twenty Seventeen, with the new companion stylesheet.', 'buddypress' ); ?></p>
 				</div>
 
 				<div class="bp-feature">
-					<span class="dashicons dashicons-admin-multisite" aria-hidden="true"></span>
-					<h4 class="feature-title"><?php esc_html_e( 'Use the Site Icon as Your Site&#8217;s Profile Photo', 'buddypress' ); ?></h4>
+					<span class="dashicons dashicons-email-alt" aria-hidden="true"></span>
+					<h4 class="feature-title"><?php
+						/* translators: %s: List-Unsubscribe */
+						printf( __( 'Support for %s header in emails', 'buddypress' ),
+						'<code>List-Unsubscribe</code>' );
+					?></h4>
+					<p><?php esc_html_e( 'BP Emails: Allow users to unsubscribe from a specific email notification in some email clients such as Gmail (web) and Windows Live (web).', 'buddypress' ); ?></p>
+				</div>
+
+				<div class="bp-feature opposite">
+					<span class="dashicons dashicons-search" aria-hidden="true"></span>
+					<h4 class="feature-title"><?php esc_html_e( 'Make Group search more flexible', 'buddypress' ); ?></h4>
 					<p><?php
-						/* translators: %s: URL to the WordPress Codex article */
-						printf( __( 'BuddyPress sets the site admin&#8217;s profile photo as the default site profile photo on the Sites Directory page. You can now <a href="%s">use the Site Icon introduced in WordPress 4.3</a> instead.', 'buddypress' ),
-						'https://codex.wordpress.org/Creating_a_Favicon#WordPress_Version_4.3_or_later' );
+						/* translators: %1$s: search_column, %2$s: BP_Groups_Group::get() */
+						printf( __( 'Add %1$s parameter to allow developers to specify which column should be searched and where wildcard characters should be placed in %2$s.', 'buddypress' ),
+						'<code>search_column</code>',
+						'<code>BP_Groups_Group::get()</code>' );
 					?></p>
 				</div>
 
-				<div class="bp-feature opposite">
-					<span class="dashicons dashicons-filter" aria-hidden="true"></span>
-					<h4 class="title"><?php esc_html_e( 'Member Type and Group Type Filters in Users and Groups Admin Screens', 'buddypress' ); ?></h4>
-					<p><?php esc_html_e( 'Easily filter your members and groups by type and set types in bulk on the users and groups list tables in the dashboard.', 'buddypress' ); ?></p>
-				</div>
-
 				<div class="bp-feature">
-					<span class="dashicons dashicons-clock" aria-hidden="true"></span>
-					<h4 class="feature-title"><?php esc_html_e( 'Localized Timestamps', 'buddypress' ); ?></h4>
-					<p><?php esc_html_e( 'Fix inaccurate timestamps due to time zones or page caching with new client-side timestamp handling.', 'buddypress' ); ?></p>
+					<span class="dashicons dashicons-testimonial" aria-hidden="true"></span>
+					<h4 class="feature-title"><?php esc_html_e( 'More hooks for Messages', 'buddypress' ); ?></h4>
+					<p><?php esc_html_e( 'New filters and actions for different methods throughout the Messages component.', 'buddypress' ); ?></p>
 				</div>
 
 				<div class="bp-feature opposite">
-					<span class="dashicons dashicons-email" aria-hidden="true"></span>
-					<h4 class="feature-title"><?php esc_html_e( 'Links to Unsubscribe from Emails', 'buddypress' ); ?></h4>
-					<p><?php esc_html_e( 'Improve user experience by facilitating the removal of any or all subscriptions via new email tokens and unsubscribe links.', 'buddypress' ); ?></p>
+					<span class="dashicons dashicons-groups" aria-hidden="true"></span>
+					<h4 class="feature-title"><?php esc_html_e( 'Alphabetical sorting for Groups widget', 'buddypress' ); ?></h4>
+					<p><?php esc_html_e( 'Add an alphabetical sort option to the groups widget in addition to sorting the results by recently active, popular, and newest groups.', 'buddypress' ); ?></p>
 				</div>
 
-				<div class="bp-feature">
-					<span class="dashicons dashicons-admin-page" aria-hidden="true"></span>
-					<h4 class="title"><?php esc_html_e( 'Use WP Page Names for Headings of BP Directory Pages', 'buddypress' ); ?></h4>
-					<p><?php esc_html_e( 'Whatever you choose as the title of your Activity, Sites, Members, or Groups directory pages on the back end, is what you&#8217;ll get as the heading on the front end.', 'buddypress' ); ?></p>
-				</div>
+				<div class="clear"></div>
+			</div>
 
-				<div class="bp-feature opposite">
-					<span class="dashicons dashicons-universal-access" aria-hidden="true"></span>
-					<h4 class="title"><?php esc_html_e( 'Accessibility Updates for the Front End and Back End', 'buddypress' ); ?></h4>
-					<p><?php esc_html_e( 'Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).', 'buddypress' ); ?></p>
-				</div>
-
-				<div class="bp-feature">
-					<span class="dashicons dashicons-screenoptions" aria-hidden="true"></span>
-					<h4 class="title"><?php
-						/* translators: %s: BP_Button */
-						printf( __( 'Refactored %s Class to Accept New Arguments', 'buddypress' ), '<code>BP_Button</code>' );
-					?></h4>
-					<p><?php esc_html_e( 'Provides developers with improved syntax and more control over the rendering of buttons.', 'buddypress' ); ?></p>
-				</div>
+			<div class="bp-changelog-section">
+				<h3 class="changelog-title"><?php esc_html_e( 'More under the hood &#8230;', 'buddypress' ); ?></h3>
+				<div class="bp-changelog three-col">
+					<div class="col">
+						<h4 class="title"><?php esc_html_e( 'Localization Improvements', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'We continue to improve on localization for translation editors so that BuddyPress will be available for everyone in their own language.', 'buddypress' ); ?></p>
+					</div>
+					<div class="col">
+						<h4 class="title"><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p>
+					</div>
 
-				<div class="bp-feature opposite">
-					<span class="dashicons dashicons-image-filter" aria-hidden="true"></span>
-					<h4 class="title"><?php esc_html_e( 'Improvements to a Single Group&#8217;s Management Screens', 'buddypress' ); ?></h4>
-					<p><?php esc_html_e( 'Improved markup, new modular group management templates, and a new member search form are just some of the enhancements added to the single group admin screens.', 'buddypress' ); ?></p>
-				</div>
-
-				<div class="bp-feature">
-					<span class="dashicons  dashicons-groups" aria-hidden="true"></span>
-					<h4 class="title"><?php
-						/* translators: %s: parent_id */
-						printf( __( 'Support for Querying for Groups by New Column %s', 'buddypress' ), '<code>parent_id</code>' );
-					?></h4>
-					<p><?php esc_html_e( 'Query support for hierarchical groups makes it much easier for developers to add custom front-end functionality.', 'buddypress' ); ?></p>
+					<div class="col">
+						<h4 class="title"><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h4>
+						<p><?php esc_html_e( 'Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).', 'buddypress' ); ?></p>
+					</div>
 				</div>
-
-				<div class="bp-feature opposite">
-					<span class="dashicons dashicons-chart-bar" aria-hidden="true"></span>
-					<h4 class="title"><?php esc_html_e( 'Many, Many Performance Improvements', 'buddypress' ); ?></h4>
-					<p><?php
-						/* translators: %s: bp_get_user_groups() */
-						printf( __( 'Improved performance by removing extra database queries, adding new cache calls, and removing the number of loops in %s.', 'buddypress' ), '<code>bp_get_user_groups()</code>' );
-					?></p>
-				</div>
-
-
 				<div class="clear"></div>
 			</div>
 
-			<div class="bp-changelog-section">
-				<h3 class="changelog-title"><?php esc_html_e( 'And so much more!', 'buddypress' ); ?></h3>
-				<p class="bp-changelog-url"><?php
-					/* translators: %s: URL to the BuddyPress Codex article */
-					printf( __( '<a href="%s">Changelog for BuddyPress 2.7.</a>', 'buddypress' ),
-					'https://codex.buddypress.org/releases/version-2-7-0/' );
-				?></p>
-
-			</div>
-
 			<div class="bp-assets">
 				<p><?php _ex( 'Learn more:', 'About screen, website links', 'buddypress' ); ?> <a href="https://buddypress.org/blog/"><?php _ex( 'News', 'About screen, link to project blog', 'buddypress' ); ?></a> &bullet; <a href="https://buddypress.org/support/"><?php _ex( 'Support', 'About screen, link to support site', 'buddypress' ); ?></a> &bullet; <a href="https://codex.buddypress.org/"><?php _ex( 'Documentation', 'About screen, link to documentation', 'buddypress' ); ?></a> &bullet; <a href="https://bpdevel.wordpress.com/"><?php _ex( 'Development Blog', 'About screen, link to development blog', 'buddypress' ); ?></a></p>
 
@@ -934,7 +898,7 @@
 		// Switch welcome text based on whether this is a new installation or not.
 		$welcome_text = ( self::is_new_install() )
 			? __( 'Thank you for installing BuddyPress! BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.', 'buddypress' )
-			: __( 'Thank you for updating! BuddyPress %s has many new features that you will enjoy.', 'buddypress' );
+			: __( 'Thank you for updating! BuddyPress %s has many new improvements that you will enjoy.', 'buddypress' );
 
 		?>
 
Index: src/bp-core/admin/css/common-rtl.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/bp-core/admin/css/common-rtl.css	(revision 11421)
+++ src/bp-core/admin/css/common-rtl.css	(revision )
@@ -63,22 +63,20 @@
 /*
  * 1.2.1 Headline Feature
  */
-.index_page_bp-about .bp-headline-feature,
-.dashboard_page_bp-about .bp-headline-feature {
+.buddypress .bp-headline-feature {
 	margin-bottom: 3em;
 	margin-top: 3em;
 	padding: 2em 3em;
 }
 
-.index_page_bp-about .bp-headline,
-.dashboard_page_bp-about .bp-headline {
+.buddypress .bp-headline {
 	margin: 0 auto;
-	width: 35em;
+	width: 45em;
 }
 
-.index_page_bp-about .bp-headline span.dashicons,
-.dashboard_page_bp-about .bp-headline span.dashicons {
+.buddypress .bp-headline span.dashicons {
 	background-color: #f1f1f1;
+	color: #d84800;
 	clear: right;
 	font-size: 100px;
 	float: right;
@@ -89,41 +87,31 @@
 	width: 100px;
 }
 
-.index_page_bp-about .bp-headline-feature h3,
-.index_page_bp-about .bp-headline-feature .headline-title,
-.dashboard_page_bp-about .bp-headline-feature h3,
-.dashboard_page_bp-about .bp-headline-feature .headline-title {
+.buddypress .bp-headline-feature .headline-title {
 	font-size: 2.2em;
 	font-weight: 300;
 	line-height: 1;
-	margin: 0 125px 0 0;
+	margin: 0;
+	text-align: center;
 }
 
-.index_page_bp-about .bp-headline-feature p,
-.dashboard_page_bp-about .bp-headline-feature p {
+.buddypress .bp-headline-feature p {
 	font-size: 1.15em;
-	margin: 1.15em 125px 0.6em auto;
+	margin: 1.15em 0 0.6em auto;
 }
-
-.index_page_bp-about .bp-headline-feature .introduction,
-.dashboard_page_bp-about .bp-headline-feature .introduction {
-	font-weight: 600;
-}
-
 
 /*
  * 1.2.2 Features Section
  */
-.index_page_bp-about .bp-features-section,
-.dashboard_page_bp-about .bp-features-section {
+.buddypress .bp-features-section {
+	border-bottom: 1px solid #ccc;
 	clear: both;
 	margin-top: 3em;
 	overflow: hidden;
 	padding-bottom: 0;
 }
 
-.index_page_bp-about span.dashicons,
-.dashboard_page_bp-about span.dashicons {
+.buddypress .bp-features-section span.dashicons {
 	background-color: #fff;
 	border-radius: 50%;
 	clear: right;
@@ -137,17 +125,15 @@
 	width: 80px;
 }
 
-.index_page_bp-about .bp-features-section h3,
-.dashboard_page_bp-about .bp-features-section h3 {
+.buddypress .bp-features-section .headline-title {
 	font-size: 2em;
 	font-weight: 300;
 	line-height: 1.5;
-	margin: 0 auto 3em;
+	margin: 0 auto 2em;
 	text-align: center;
 }
 
-.index_page_bp-about .bp-feature,
-.dashboard_page_bp-about .bp-feature {
+.buddypress .bp-features-section .bp-feature {
 	float: right;
 	margin-bottom: 3em;
 	margin-left: 4.799999999%;
@@ -155,24 +141,20 @@
 }
 
 
-.index_page_bp-about .bp-feature code,
-.dashboard_page_bp-about .bp-feature code{
+.buddypress .bp-features-section .bp-feature code {
 	font-size: 0.95em;
 	line-height: 1.5;
 }
 
-.index_page_bp-about .bp-feature:nth-of-type(2n),
-.dashboard_page_bp-about .bp-feature:nth-of-type(2n) {
+.buddypress .bp-features-section .bp-feature:nth-of-type(2n) {
 	margin-left: 0;
 }
 
-.index_page_bp-about .bp-feature::after,
-.dashboard_page_bp-about .bp-feature::after {
+.buddypress .bp-feature::after {
 	content: '';
 }
 
-.index_page_bp-about .bp-feature h4,
-.dashboard_page_bp-about .bp-feature h4 {
+.buddypress .bp-feature .feature-title {
 	font-size: 1.25em;
 	line-height: 1.5;
 	margin-bottom: 0;
@@ -181,65 +163,62 @@
 	text-align: right;
 }
 
-.index_page_bp-about .bp-feature p,
-.dashboard_page_bp-about .bp-feature p {
+.buddypress .bp-feature p {
 	margin-right: 110px;
 }
 
 /*
  * 1.2.3 Changelog Section
  */
-.index_page_bp-about .bp-changelog-section,
-.dashboard_page_bp-about .bp-changelog-section {
+.buddypress .bp-changelog-section {
 	clear: both;
-	margin-bottom: 8em;
+	margin-bottom: 3em;
 	margin-top: 3em;
 	overflow: hidden;
 	padding-bottom: 0;
 }
 
-.index_page_bp-about .bp-changelog-section::after,
-.dashboard_page_bp-about .bp-changelog-section::after {
+.buddypress .bp-changelog-section::after {
 	content: '';
 }
 
-.index_page_bp-about .bp-changelog-section .changelog-title,
-.dashboard_page_bp-about .bp-changelog-section .changelog-title {
+.buddypress .bp-changelog-section .changelog-title {
 	color: #23282d;
-	font-size: 1.8em;
-	font-weight: 300;
+	font-size: 1.25em;
 	line-height: 1.5;
-	margin: 0 auto 0.5em;
-	text-align: center;
+	margin: 0 auto 1.5em;
 }
 
-.index_page_bp-about .bp-changelog-section .two-col > div,
-.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+.buddypress .bp-changelog-section .two-col div {
 	float: right;
 	margin-left: 4.799999999%;
 	position: relative;
 	width: 47.6%;
 }
 
-.index_page_bp-about .bp-changelog-section .two-col > div.last-feature,
-.dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature {
+.buddypress .bp-changelog-section .three-col .col {
+	float: right;
+	margin-left: 5%;
+	position: relative;
+	width: 29.95%;
+}
+
+.buddypress .two-col .col:nth-of-type(2n),
+.buddypress .three-col .col:nth-of-type(3n) {
 	margin-left: 0;
 }
 
-.index_page_bp-about .bp-changelog,
-.dashboard_page_bp-about .bp-changelog {
+.buddypress .bp-changelog {
 	margin-bottom: 3em;
 }
 
-.index_page_bp-about .bp-changelog h4,
-.dashboard_page_bp-about .bp-changelog h4 {
+.buddypress .bp-changelog .title {
 	font-size: 1em;
 	margin-bottom: 0;
 	margin-top: 0;
 }
 
-.index_page_bp-about .bp-changelog p,
-.dashboard_page_bp-about .bp-changelog p {
+.buddypress .bp-changelog p {
 	margin-bottom: 3em;
 }
 
@@ -250,45 +229,47 @@
 .bp-assets {
 	clear: both;
 	margin-bottom: 2em;
+	margin-top: 2em;
 }
 
 @media screen and ( max-width: 782px ) {
-	.index_page_bp-about .bp-headline-feature,
-	.dashboard_page_bp-about .bp-headline-feature {
+	.bp-headline-feature,
+	.bp-features-section,
+	.bp-changelog-section,
+	.bp-assets {
+		margin-right: 20px;
+		margin-left: 20px;
+	}
+	.buddypress .bp-headline-feature {
 		padding: 0;
 	}
-	.index_page_bp-about .bp-headline,
-	.dashboard_page_bp-about .bp-headline {
+	.buddypress .bp-headline {
 		margin: 0;
 		width: 97%;
 	}
-	.index_page_bp-about .bp-features-section,
-	.dashboard_page_bp-about .bp-features-section {
+	.buddypress .bp-features-section {
 		clear: both;
 		margin-bottom: 0;
 		margin-top: 2em;
+		padding-bottom: 2em;
 	}
-	.index_page_bp-about .bp-features-section h3,
-	.dashboard_page_bp-about .bp-features-section h3,
-	.index_page_bp-about .bp-changelog-section .changelog-title,
-	.dashboard_page_bp-about .bp-changelog-section .changelog-title {
-		font-size: 1.8em;
-		font-weight: 300;
+	.buddypress .bp-features-section .headline-title {
+		margin-bottom: 1em;
+	}
+	.buddypress .bp-changelog-section .changelog-title {
+		font-size: 1.25em;
 		line-height: 1.5;
 		margin-bottom: 0.5em;
 		margin-top: 0.5em;
 	}
-	.index_page_bp-about .bp-features-section h4,
-	.dashboard_page_bp-about .bp-features-section h4,
-	.index_page_bp-about .bp-changelog-section h4,
-	.dashboard_page_bp-about .bp-changelog-section h4 {
+	.buddypress .bp-features-section .feature-title,
+	.buddypress .bp-changelog-section .title {
 		font-size: 1.25em;
 		line-height: 1.25;
 		margin-top: 0.6em;
 		text-align: right;
 	}
-	.index_page_bp-about .bp-feature,
-	.dashboard_page_bp-about .bp-feature {
+	.buddypress .bp-features-section .bp-feature {
 		clear: both;
 		float: right;
 		margin-bottom: 1em;
@@ -297,53 +278,39 @@
 		padding-left: 1em;
 		width: 100%;
 	}
-	.index_page_bp-about .bp-feature span,
-	.dashboard_page_bp-about .bp-feature span {
+	.buddypress .bp-features-section .bp-feature span {
 		margin-top: 0.33em;
 	}
-	.index_page_bp-about .bp-feature h4,
-	.dashboard_page_bp-about .bp-feature h4,
-	.index_page_bp-about .bp-feature p,
-	.dashboard_page_bp-about .bp-feature p {
-		width: 100%;
-	}
-	.index_page_bp-about .bp-feature.opposite h4,
-	.dashboard_page_bp-about .bp-feature.opposite h4,
-	.index_page_bp-about .bp-feature.opposite p,
-	.dashboard_page_bp-about .bp-feature.opposite p {
+	.buddypress .bp-feature.opposite .feature-title,
+	.buddypress .bp-feature.opposite p {
 		float: none;
 	}
-	.index_page_bp-about .bp-changelog-section,
-	.dashboard_page_bp-about .bp-changelog-section {
+	.buddypress .bp-changelog-section {
 	clear: both;
 	margin-bottom: 2em;
+	margin-top: 2em;
 	}
-	.index_page_bp-about .bp-changelog-section .changelog-title,
-	.dashboard_page_bp-about .bp-changelog-section .changelog-title {
-		margin-bottom: 1em;
+	.buddypress .bp-changelog-section .changelog-title {
+		margin-bottom: 1.5em;
 	}
-	.index_page_bp-about .bp-changelog h4,
-	.dashboard_page_bp-about .bp-changelog h4 {
+	.buddypress .bp-changelog .title {
 		font-size: 1em;
 	}
-	.index_page_bp-about .bp-changelog p,
-	.dashboard_page_bp-about .bp-changelog p {
-		margin-bottom: 2em;
+	.buddypress .bp-changelog p {
+		margin-bottom: 1em;
 	}
-	.index_page_bp-about .bp-changelog-section .two-col > div,
-	.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+	.buddypress .bp-changelog-section .two-col > div,
+	.buddypress .bp-changelog-section .three-col .col {
 		margin-top: 0;
 		padding-bottom: 0.5em;
 		width: 100%;
 	}
 }
 @media screen and ( max-width: 360px ) {
-	.index_page_bp-about .bp-headline,
-	.dashboard_page_bp-about .bp-headline {
+	.buddypress .bp-headline {
 		text-align: center;
 	}
-	.index_page_bp-about .bp-headline span.dashicons,
-	.dashboard_page_bp-about .bp-headline span.dashicons {
+	.buddypress .bp-headline span.dashicons {
 		clear: none;
 		font-size: 80px;
 		float: none;
@@ -352,39 +319,30 @@
 		margin: 0 auto;
 		width: 80px;
 	}
-	.index_page_bp-about .bp-headline-feature h3,
-	.index_page_bp-about .bp-headline-feature .headline-title,
-	.dashboard_page_bp-about .bp-headline-feature h3,
-	.dashboard_page_bp-about .bp-headline-feature .headline-title {
+	.buddypress .bp-headline-feature .headline-title {
 		margin: 1em 0 0 0;
 		text-align: right;
 	}
-	.index_page_bp-about .bp-headline-feature p,
-	.dashboard_page_bp-about .bp-headline-feature p {
+	.buddypress .bp-headline-feature p {
 		margin: 1.15em 0 0.6em auto;
 		text-align: right;
 	}
-	.index_page_bp-about .bp-headline-feature .headline-title,
-	.dashboard_page_bp-about .bp-headline-feature .headline-title {
+	.buddypress .bp-headline-feature .headline-title,
+	.buddypress .bp-features-section .headline-title {
 		font-size: 1.5em;
 		line-height: 1.5;
 	}
-	.index_page_bp-about .bp-headline-feature p,
-	.dashboard_page_bp-about .bp-headline-feature p {
+	.buddypress .bp-headline-feature p {
 		width: auto;
 	}
-	.index_page_bp-about .bp-feature,
-	.dashboard_page_bp-about .bp-feature {
+	.buddypress .bp-features-section .bp-feature {
 		text-align: center;
 	}
-	.index_page_bp-about span.dashicons,
-	.dashboard_page_bp-about span.dashicons {
+	.buddypress .bp-features-section span.dashicons {
 		float: none;
 	}
-	.index_page_bp-about .bp-features-section h4,
-	.dashboard_page_bp-about .bp-features-section h4,
-	.index_page_bp-about .bp-features-section p,
-	.dashboard_page_bp-about .bp-features-section p {
+	.buddypress .bp-features-section .feature-title,
+	.buddypress .bp-features-section p {
 		margin-right: 0;
 		text-align: right;
 	}
@@ -553,6 +511,13 @@
 	text-align: center;
 }
 
+.bp-signups-list table {
+	margin: 1em 0;
+}
+
+.bp-signups-list .column-fields {
+	font-weight: bold;
+}
 
 /*------------------------------------------------------------------------------
  * 4.0 Emails - Edit Page
Index: src/bp-core/admin/css/common.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- src/bp-core/admin/css/common.css	(revision 11421)
+++ src/bp-core/admin/css/common.css	(revision )
@@ -63,22 +63,20 @@
 /*
  * 1.2.1 Headline Feature
  */
-.index_page_bp-about .bp-headline-feature,
-.dashboard_page_bp-about .bp-headline-feature {
+.buddypress .bp-headline-feature {
 	margin-bottom: 3em;
 	margin-top: 3em;
 	padding: 2em 3em;
 }
 
-.index_page_bp-about .bp-headline,
-.dashboard_page_bp-about .bp-headline {
+.buddypress .bp-headline {
 	margin: 0 auto;
-	width: 35em;
+	width: 45em;
 }
 
-.index_page_bp-about .bp-headline span.dashicons,
-.dashboard_page_bp-about .bp-headline span.dashicons {
+.buddypress .bp-headline span.dashicons {
 	background-color: #f1f1f1;
+	color: #d84800;
 	clear: left;
 	font-size: 100px;
 	float: left;
@@ -89,41 +87,31 @@
 	width: 100px;
 }
 
-.index_page_bp-about .bp-headline-feature h3,
-.index_page_bp-about .bp-headline-feature .headline-title,
-.dashboard_page_bp-about .bp-headline-feature h3,
-.dashboard_page_bp-about .bp-headline-feature .headline-title {
+.buddypress .bp-headline-feature .headline-title {
 	font-size: 2.2em;
 	font-weight: 300;
 	line-height: 1;
-	margin: 0 0 0 125px;
+	margin: 0;
+	text-align: center;
 }
 
-.index_page_bp-about .bp-headline-feature p,
-.dashboard_page_bp-about .bp-headline-feature p {
+.buddypress .bp-headline-feature p {
 	font-size: 1.15em;
-	margin: 1.15em auto 0.6em 125px;
+	margin: 1.15em auto 0.6em 0;
 }
-
-.index_page_bp-about .bp-headline-feature .introduction,
-.dashboard_page_bp-about .bp-headline-feature .introduction {
-	font-weight: 600;
-}
-
 
 /*
  * 1.2.2 Features Section
  */
-.index_page_bp-about .bp-features-section,
-.dashboard_page_bp-about .bp-features-section {
+.buddypress .bp-features-section {
+	border-bottom: 1px solid #ccc;
 	clear: both;
 	margin-top: 3em;
 	overflow: hidden;
 	padding-bottom: 0;
 }
 
-.index_page_bp-about span.dashicons,
-.dashboard_page_bp-about span.dashicons {
+.buddypress .bp-features-section span.dashicons {
 	background-color: #fff;
 	border-radius: 50%;
 	clear: left;
@@ -137,17 +125,15 @@
 	width: 80px;
 }
 
-.index_page_bp-about .bp-features-section h3,
-.dashboard_page_bp-about .bp-features-section h3 {
+.buddypress .bp-features-section .headline-title {
 	font-size: 2em;
 	font-weight: 300;
 	line-height: 1.5;
-	margin: 0 auto 3em;
+	margin: 0 auto 2em;
 	text-align: center;
 }
 
-.index_page_bp-about .bp-feature,
-.dashboard_page_bp-about .bp-feature {
+.buddypress .bp-features-section .bp-feature {
 	float: left;
 	margin-bottom: 3em;
 	margin-right: 4.799999999%;
@@ -155,24 +141,20 @@
 }
 
 
-.index_page_bp-about .bp-feature code,
-.dashboard_page_bp-about .bp-feature code{
+.buddypress .bp-features-section .bp-feature code {
 	font-size: 0.95em;
 	line-height: 1.5;
 }
 
-.index_page_bp-about .bp-feature:nth-of-type(2n),
-.dashboard_page_bp-about .bp-feature:nth-of-type(2n) {
+.buddypress .bp-features-section .bp-feature:nth-of-type(2n) {
 	margin-right: 0;
 }
 
-.index_page_bp-about .bp-feature::after,
-.dashboard_page_bp-about .bp-feature::after {
+.buddypress .bp-feature::after {
 	content: '';
 }
 
-.index_page_bp-about .bp-feature h4,
-.dashboard_page_bp-about .bp-feature h4 {
+.buddypress .bp-feature .feature-title {
 	font-size: 1.25em;
 	line-height: 1.5;
 	margin-bottom: 0;
@@ -181,65 +163,62 @@
 	text-align: left;
 }
 
-.index_page_bp-about .bp-feature p,
-.dashboard_page_bp-about .bp-feature p {
+.buddypress .bp-feature p {
 	margin-left: 110px;
 }
 
 /*
  * 1.2.3 Changelog Section
  */
-.index_page_bp-about .bp-changelog-section,
-.dashboard_page_bp-about .bp-changelog-section {
+.buddypress .bp-changelog-section {
 	clear: both;
-	margin-bottom: 8em;
+	margin-bottom: 3em;
 	margin-top: 3em;
 	overflow: hidden;
 	padding-bottom: 0;
 }
 
-.index_page_bp-about .bp-changelog-section::after,
-.dashboard_page_bp-about .bp-changelog-section::after {
+.buddypress .bp-changelog-section::after {
 	content: '';
 }
 
-.index_page_bp-about .bp-changelog-section .changelog-title,
-.dashboard_page_bp-about .bp-changelog-section .changelog-title {
+.buddypress .bp-changelog-section .changelog-title {
 	color: #23282d;
-	font-size: 1.8em;
-	font-weight: 300;
+	font-size: 1.25em;
 	line-height: 1.5;
-	margin: 0 auto 0.5em;
-	text-align: center;
+	margin: 0 auto 1.5em;
 }
 
-.index_page_bp-about .bp-changelog-section .two-col > div,
-.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+.buddypress .bp-changelog-section .two-col div {
 	float: left;
 	margin-right: 4.799999999%;
 	position: relative;
 	width: 47.6%;
 }
 
-.index_page_bp-about .bp-changelog-section .two-col > div.last-feature,
-.dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature {
+.buddypress .bp-changelog-section .three-col .col {
+	float: left;
+	margin-right: 5%;
+	position: relative;
+	width: 29.95%;
+}
+
+.buddypress .two-col .col:nth-of-type(2n),
+.buddypress .three-col .col:nth-of-type(3n) {
 	margin-right: 0;
 }
 
-.index_page_bp-about .bp-changelog,
-.dashboard_page_bp-about .bp-changelog {
+.buddypress .bp-changelog {
 	margin-bottom: 3em;
 }
 
-.index_page_bp-about .bp-changelog h4,
-.dashboard_page_bp-about .bp-changelog h4 {
+.buddypress .bp-changelog .title {
 	font-size: 1em;
 	margin-bottom: 0;
 	margin-top: 0;
 }
 
-.index_page_bp-about .bp-changelog p,
-.dashboard_page_bp-about .bp-changelog p {
+.buddypress .bp-changelog p {
 	margin-bottom: 3em;
 }
 
@@ -250,45 +229,47 @@
 .bp-assets {
 	clear: both;
 	margin-bottom: 2em;
+	margin-top: 2em;
 }
 
 @media screen and ( max-width: 782px ) {
-	.index_page_bp-about .bp-headline-feature,
-	.dashboard_page_bp-about .bp-headline-feature {
+	.bp-headline-feature,
+	.bp-features-section,
+	.bp-changelog-section,
+	.bp-assets {
+		margin-left: 20px;
+		margin-right: 20px;
+	}
+	.buddypress .bp-headline-feature {
 		padding: 0;
 	}
-	.index_page_bp-about .bp-headline,
-	.dashboard_page_bp-about .bp-headline {
+	.buddypress .bp-headline {
 		margin: 0;
 		width: 97%;
 	}
-	.index_page_bp-about .bp-features-section,
-	.dashboard_page_bp-about .bp-features-section {
+	.buddypress .bp-features-section {
 		clear: both;
 		margin-bottom: 0;
 		margin-top: 2em;
+		padding-bottom: 2em;
 	}
-	.index_page_bp-about .bp-features-section h3,
-	.dashboard_page_bp-about .bp-features-section h3,
-	.index_page_bp-about .bp-changelog-section .changelog-title,
-	.dashboard_page_bp-about .bp-changelog-section .changelog-title {
-		font-size: 1.8em;
-		font-weight: 300;
+	.buddypress .bp-features-section .headline-title {
+		margin-bottom: 1em;
+	}
+	.buddypress .bp-changelog-section .changelog-title {
+		font-size: 1.25em;
 		line-height: 1.5;
 		margin-bottom: 0.5em;
 		margin-top: 0.5em;
 	}
-	.index_page_bp-about .bp-features-section h4,
-	.dashboard_page_bp-about .bp-features-section h4,
-	.index_page_bp-about .bp-changelog-section h4,
-	.dashboard_page_bp-about .bp-changelog-section h4 {
+	.buddypress .bp-features-section .feature-title,
+	.buddypress .bp-changelog-section .title {
 		font-size: 1.25em;
 		line-height: 1.25;
 		margin-top: 0.6em;
 		text-align: left;
 	}
-	.index_page_bp-about .bp-feature,
-	.dashboard_page_bp-about .bp-feature {
+	.buddypress .bp-features-section .bp-feature {
 		clear: both;
 		float: left;
 		margin-bottom: 1em;
@@ -297,53 +278,39 @@
 		padding-right: 1em;
 		width: 100%;
 	}
-	.index_page_bp-about .bp-feature span,
-	.dashboard_page_bp-about .bp-feature span {
+	.buddypress .bp-features-section .bp-feature span {
 		margin-top: 0.33em;
 	}
-	.index_page_bp-about .bp-feature h4,
-	.dashboard_page_bp-about .bp-feature h4,
-	.index_page_bp-about .bp-feature p,
-	.dashboard_page_bp-about .bp-feature p {
-		width: 100%;
-	}
-	.index_page_bp-about .bp-feature.opposite h4,
-	.dashboard_page_bp-about .bp-feature.opposite h4,
-	.index_page_bp-about .bp-feature.opposite p,
-	.dashboard_page_bp-about .bp-feature.opposite p {
+	.buddypress .bp-feature.opposite .feature-title,
+	.buddypress .bp-feature.opposite p {
 		float: none;
 	}
-	.index_page_bp-about .bp-changelog-section,
-	.dashboard_page_bp-about .bp-changelog-section {
+	.buddypress .bp-changelog-section {
 	clear: both;
 	margin-bottom: 2em;
+	margin-top: 2em;
 	}
-	.index_page_bp-about .bp-changelog-section .changelog-title,
-	.dashboard_page_bp-about .bp-changelog-section .changelog-title {
-		margin-bottom: 1em;
+	.buddypress .bp-changelog-section .changelog-title {
+		margin-bottom: 1.5em;
 	}
-	.index_page_bp-about .bp-changelog h4,
-	.dashboard_page_bp-about .bp-changelog h4 {
+	.buddypress .bp-changelog .title {
 		font-size: 1em;
 	}
-	.index_page_bp-about .bp-changelog p,
-	.dashboard_page_bp-about .bp-changelog p {
-		margin-bottom: 2em;
+	.buddypress .bp-changelog p {
+		margin-bottom: 1em;
 	}
-	.index_page_bp-about .bp-changelog-section .two-col > div,
-	.dashboard_page_bp-about .bp-changelog-section .two-col > div {
+	.buddypress .bp-changelog-section .two-col > div,
+	.buddypress .bp-changelog-section .three-col .col {
 		margin-top: 0;
 		padding-bottom: 0.5em;
 		width: 100%;
 	}
 }
 @media screen and ( max-width: 360px ) {
-	.index_page_bp-about .bp-headline,
-	.dashboard_page_bp-about .bp-headline {
+	.buddypress .bp-headline {
 		text-align: center;
 	}
-	.index_page_bp-about .bp-headline span.dashicons,
-	.dashboard_page_bp-about .bp-headline span.dashicons {
+	.buddypress .bp-headline span.dashicons {
 		clear: none;
 		font-size: 80px;
 		float: none;
@@ -352,39 +319,30 @@
 		margin: 0 auto;
 		width: 80px;
 	}
-	.index_page_bp-about .bp-headline-feature h3,
-	.index_page_bp-about .bp-headline-feature .headline-title,
-	.dashboard_page_bp-about .bp-headline-feature h3,
-	.dashboard_page_bp-about .bp-headline-feature .headline-title {
+	.buddypress .bp-headline-feature .headline-title {
 		margin: 1em 0 0 0;
 		text-align: left;
 	}
-	.index_page_bp-about .bp-headline-feature p,
-	.dashboard_page_bp-about .bp-headline-feature p {
+	.buddypress .bp-headline-feature p {
 		margin: 1.15em auto 0.6em 0;
 		text-align: left;
 	}
-	.index_page_bp-about .bp-headline-feature .headline-title,
-	.dashboard_page_bp-about .bp-headline-feature .headline-title {
+	.buddypress .bp-headline-feature .headline-title,
+	.buddypress .bp-features-section .headline-title {
 		font-size: 1.5em;
 		line-height: 1.5;
 	}
-	.index_page_bp-about .bp-headline-feature p,
-	.dashboard_page_bp-about .bp-headline-feature p {
+	.buddypress .bp-headline-feature p {
 		width: auto;
 	}
-	.index_page_bp-about .bp-feature,
-	.dashboard_page_bp-about .bp-feature {
+	.buddypress .bp-features-section .bp-feature {
 		text-align: center;
 	}
-	.index_page_bp-about span.dashicons,
-	.dashboard_page_bp-about span.dashicons {
+	.buddypress .bp-features-section span.dashicons {
 		float: none;
 	}
-	.index_page_bp-about .bp-features-section h4,
-	.dashboard_page_bp-about .bp-features-section h4,
-	.index_page_bp-about .bp-features-section p,
-	.dashboard_page_bp-about .bp-features-section p {
+	.buddypress .bp-features-section .feature-title,
+	.buddypress .bp-features-section p {
 		margin-left: 0;
 		text-align: left;
 	}
