Index: buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php
===================================================================
--- buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php	(revision 12588)
+++ buddypress.org/public_html/wp-content/themes/codex-bbpress-org/front-page.php	(working copy)
@@ -16,7 +16,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Components</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -34,7 +34,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Versions</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -52,7 +52,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Types</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -70,7 +70,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Contexts</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
Index: buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php
===================================================================
--- buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php	(revision 12588)
+++ buddypress.org/public_html/wp-content/themes/codex-buddypress-org/front-page.php	(working copy)
@@ -16,7 +16,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Components</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -34,7 +34,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Versions</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -52,7 +52,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Types</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
@@ -70,7 +70,7 @@
 					$count = count( $terms );
 
 					if ( $count > 0 ) {
-						echo '<div style="width: 24%; float: left;">';
+						echo '<div style="width: 50%; float: left;">';
 						echo '<h2>Contexts</h2>';
 						echo '<ul>';
 						foreach ( $terms as $term ) {
Index: wordpress.tv/public_html/wp-content/themes/wptv2/style.css
===================================================================
--- wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(revision 12588)
+++ wordpress.tv/public_html/wp-content/themes/wptv2/style.css	(working copy)
@@ -269,6 +269,10 @@
 	padding: 0 5px;
 }
 
+#menu li a:hover {
+	color: red !important;
+}
+
 #menu #searchform {
 	margin: 0 0 0 15px;
 }
@@ -2094,12 +2098,12 @@
 .video-list {
 	display: flex;
 	flex-wrap: wrap;
+	justify-content: center;
 	margin: 0 -5px;
 }
 
 .video-list:after {
 	content: '';
-	flex: auto;
 }
 
 .video-list li {
